Skip to main content
Lasso (Least Absolute Shrinkage and Selection Operator) applies L1 regularization, which drives some coefficients exactly to zero. This means Lasso simultaneously trains a model and selects features.

Configuration

Input / Output

When to use

Use when you suspect only a subset of your features are truly predictive and want the model to identify them automatically. Scale features before using Lasso.