Machine Learning
151 views
Ridge Regression
Quick Definition
Regularized regression using L2 penalty to prevent overfitting
Full Definition
A regularized regression method adding L2 penalty to prevent overfitting by shrinking coefficient values.
Examples
multicollinearity handling, feature shrinkage, stable estimates
Related Terms
lasso-regression
regularization
linear-regression
More Machine Learning Terms
Regularization
Techniques constraining model complexity to prevent overfitting
CatBoost
Gradient boosting library with native categorical feature support
Learning Rate
Hyperparameter controlling gradient descent step size
LightGBM
Fast gradient boosting framework using histogram splitting
ARIMA
Statistical model for time series analysis and forecasting
Autoencoder
Neural network learning compressed data representations