Learn Before
Concept
Lasso Regression
Lasso regression is similar to ridge regression, but instead uses the regularization penalty. This has the effect of setting some coefficient estimates to exactly zero for the least influential variables, which leads to models only including a subset of variables. This results in a sparse solution, which is a kind of feature selection. The parameter controls the amount of regularization. The prediction formula is the same as ordinary least squares (OLS), but it minimizes the following objective function:
0
3
Updated 2026-06-15
Tags
Data Science
D2L
Dive into Deep Learning @ D2L