Lasso (L1) regularization is the specific technique mathematically capable of forcing the coefficients of irrelevant features to become exactly zero. Regularization is a process used in machine learning to prevent overfitting, which occurs when a model learns noise in the data rather than the underlying pattern, by adding a penalty term to the model's loss function based on the size of its coefficients. Lasso stands for Least Absolute Shrinkage and Sel....
Log in to view the answer