Regularization via ridge regression and the lasso #2
A working example using scikit-learn, GridSearchCV, seaborn and statsmodels
This is the second post in a short series discussing the common regularization methods of ridge regression and the lasso. In an earlier post, I introduced much of the theory surrounding these methods. For a more detailed overview of regularization, please see that earlier post.
[Read More]