Machine Learning
32 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
Time Series Analysis
Analyzing time-ordered data for patterns and forecasting
Ensemble Learning
Combining multiple models for better predictions
Boosting
Sequentially combining weak learners correcting previous errors
Supervised Learning
Learning from labeled training data with input-output pairs
Model Selection
Choosing the best ML model from candidates
LightGBM
Fast gradient boosting framework using histogram splitting