Skip to content
Snippets Groups Projects
sharanb2's avatar
sharanb2 authored
e74f10a7
History
Name Last commit Last update
Coordinate_descent_Lasso.Rmd
README.md

Performance evaluation on glmnet LASSO vs self defined LASSO

Implemented the Lasso using Coordinate Descent algorithm and the algorithm was applied on the Boston housing data. A comparision was made between the prediction done using the Lasso from glmnet package and our Lasso.