Regularized Regression: Comparing Ridge vs Lasso Models in Predicting College Graduation Rates in R

This project explores Ridge and Lasso regression techniques in predicting college
graduation rates using the College dataset. Ridge regression slightly outperformed Lasso
regression in terms of predictive accuracy, while Lasso offered more interpretable results by
performing feature selection.

Tools/Skills

R, Regularized Regression