Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Supplement for ridge and LASSO regression #144

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kumar-navya
Copy link

In the lecture on Regularized Regression under the Practical Machine Learning course of Coursera's Data Science Specialization, we were introduced to the theoretical concepts of two penalized regression models: ridge and LASSO (Least Absolute Shrinkage and Selection Operator).

This is an attempt to:

  1. Support that theory with a practical example using the mtcars dataset and the caret package to obtain a visual understanding of the concept of shrinking coefficients.

  2. Compare goodness of fit on training data and prediction accuracy on test data across linear model (LM), ridge, and LASSO.

  3. Explore the goodness of fit and prediction accuracy implications of feature selection in LM using LASSO.

github repo with content for ridge and LASSO

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant