In order to consolidate your theoretical knowledge into technique and skills with practical and applicational value, you will use the glmnet() package in R to implement LASSO function to build linear and logistic models through LASSO over values of regularization parameter lambda.
Use one of the real-world example data sets from R (not previously used in the R practice assignment) or a dataset you have found, to build regularization models by using Lasso (least absolute shrinkage and selection operator) and extend Lasso model fitting to big data that cannot be loaded into memory. You will fit solution paths for linear or logistic regression models penalized by Lasso over a grid of values for the regularization parameter lambda. Use the resources in this module to guide your R code development.

Solved
Show answers

Ask an AI advisor a question