March 2019
Beginner to intermediate
448 pages
13h 14m
English
In the previous recipe, we saw that Ridge Regression gives us much more stable coefficients, at the cost of a small bias (the coefficients are compressed to a smaller size than they should). It is based on the L2 regularization norm, which is essentially the squared sum of the coefficients. In order to do that, we used the glmnet package, which allows us to decide how much Ridge/Lasso regularization we want.
Read now
Unlock full access