You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Python implementation of Ridge Regression using scikit-learn to prevent overfitting and handle multicollinearity in regression models. This project applies Ridge Regression on a random generated dataset and visualizes the impact of regularization.