Regression

Ridge Regression

This is used for preventing the overfitting in data. They simply use the regularization with the regression cost function. So new cost function for ridge regression:-

Lasso Regression

Last updated