harjausregressio
Harjausregressio, also known as brush regression or Lasso regression with L1 regularization, is a statistical method used for linear regression. It is particularly useful when dealing with datasets that have a large number of features, some of which may be irrelevant or redundant. The core idea behind harjausregressio is to simultaneously perform feature selection and regularization.
The method works by adding a penalty term to the standard ordinary least squares (OLS) cost function.
This zeroing out of coefficients is a key advantage of harjausregressio over standard OLS or ridge regression
The optimization problem for harjausregressio is to minimize the sum of squared errors plus the L1 penalty.