Overview#
Ridge Regression (also called L2 Regularization and "Wave decay") is a Regularization method where Ordinary Least Squares is modified to also minimize the absolute sum of the coefficients.Ridge Regression is the most popular Regularization method.