Skip to contentScholarGate
LibraryBookshelfDeskReview StudioAssistant
Sign in
On this page
IntuitionHow it worksWhen to use itStrengths & limitationsCommon pitfallsApplicationsFrequently asked🔒 Read the full methodSourcesRelated methods
Cite this pageSpotted an issue on this page? Report or suggest a fix →
Home›Machine learning›Lasso Regression
Machine learning

Lasso Regression

Least Absolute Shrinkage and Selection Operator (LASSO) · Also known as: LASSO Regresyonu, lasso, L1-regularized regression, L1 regularization

Lasso regression, introduced by Robert Tibshirani in 1996, is a linear regression method that adds an L1 penalty to the loss so that it shrinks coefficients and performs variable selection at the same time, producing a sparse model. By driving some coefficients exactly to zero it keeps only the predictors that matter.

ScholarGate
  1. Machine learning
  2. v1
  3. 1 Sources
  4. PUBLISHED
Cite this page →
Tools & resources
Download slides
Learn & explore

Read the full method

Members only

Sign in with a free account to read this section.

Sign in

Method map

The neighbourhood of related methods — select a node to explore.

Lasso Regression
Elastic NetLogistic RegressionPrincipal Component Anal…Ridge RegressionAdaptive Cox Proportiona…Bayesian LASSO RegressionBayesian Model AveragingBayesian Multiple linear…Bayesian Ridge RegressionElastic Net Regression

+15 more

When to use it

A good fit when you want a sparse, interpretable linear model for prediction or explanation from many continuous, binary, or count predictors, and at least about 30 observations. It is especially useful when multicollinearity is present (for example VIF above 10) and you want the method itself to choose which variables to keep. It assumes a roughly linear relationship and requires the features to be standardised. Below about 30 observations the variable selection becomes unstable and ridge regression is safer; when the number of predictors exceeds the sample size, elastic net is preferable.

Strengths & limitations

Strengths
  • Performs variable selection and coefficient shrinkage in a single fit, yielding a sparse, interpretable model.
  • Drives weak predictors exactly to zero, which simplifies the model and reduces overfitting.
  • A natural response to multicollinearity (high VIF) without manually dropping variables.
  • Does not require normally distributed data and handles continuous, binary, and count predictors.
  • Only one tuning parameter (lambda), which is straightforward to set by cross-validation.
Limitations
  • Assumes a linear relationship between predictors and outcome.
  • Features must be standardised first or the penalty treats variables on different scales unfairly.
  • On small samples (n below about 30) the selected variables are unstable and not reproducible.
  • When the number of predictors exceeds the sample size it can select at most n variables, so elastic net is preferred.

Frequently asked

How is lambda chosen?

Lambda controls how strongly coefficients are penalised. It is selected by cross-validation: a range of values is tried and the one minimising the cross-validated mean squared error is kept.

Why must I standardise the features?

The single L1 penalty applies equally to every coefficient, so predictors measured on larger scales would otherwise be penalised less. Standardising the features first makes the penalty fair across variables.

How does Lasso differ from ridge regression?

Lasso uses an L1 penalty that can set coefficients exactly to zero, performing variable selection, while ridge uses an L2 penalty that shrinks coefficients but does not zero them out. On small samples or when selection is unstable, ridge is the safer choice.

What should I check after fitting?

Inspect the cross-validation MSE curve to confirm the chosen lambda, review which variables were kept versus set to zero, and examine residual plots for normality and homogeneity.

Sources

  1. Tibshirani, R. (1996). Regression Shrinkage and Selection via the Lasso. Journal of the Royal Statistical Society: Series B, 58(1), 267–288. DOI: 10.1111/j.2517-6161.1996.tb02080.x ↗

How to cite this page

ScholarGate. (2026, June 1). Least Absolute Shrinkage and Selection Operator (LASSO). ScholarGate. https://scholargate.app/en/machine-learning/lasso-regression

Related methods

Elastic NetLogistic RegressionPrincipal Component AnalysisRidge Regression

Which method?

Set this method beside its closest kin and read them side by side — the library lays the books on the table; the choice is yours.

  • Elastic NetMachine learning↔ compare
  • Logistic RegressionResearch Statistics↔ compare
  • Principal Component AnalysisMachine learning↔ compare
  • Ridge RegressionMachine learning↔ compare
Compare side by side →

Referenced by

Adaptive Cox Proportional HazardsBayesian LASSO RegressionBayesian Model AveragingBayesian Multiple linear regressionBayesian Ridge RegressionElastic NetElastic Net RegressionMachine learning-assisted epigenome-wide association studyMachine learning-augmented instrumental variablesMultiple Linear RegressionNonparametric Quantile RegressionOLS RegressionOrdinary Least SquaresPolynomial RegressionPrincipal Component AnalysisQuantile RegressionRegularized Support Vector MachineRidge RegressionRobust Linear RegressionRobust Multiple linear regressionRobust RegressionRobust Ridge regressionStepwise RegressionSupport Vector Regression

Similar methods

Regularized linear regressionRidge RegressionElastic NetRegularized Logistic RegressionElastic Net RegressionBayesian LASSO RegressionLinear Regression (ML)SCAD Penalized Regression

Related reference concepts

Regression and Function ApproximationRegularization and Model ComplexityPartial Least Squares RegressionMultiple Linear RegressionBias-Variance and OverfittingCross-Validation

Spotted an issue on this page? Report or suggest a fix →

ScholarGate — Lasso Regression (Least Absolute Shrinkage and Selection Operator (LASSO)). Retrieved 2026-07-21 from https://scholargate.app/en/machine-learning/lasso-regression · Dataset: https://doi.org/10.5281/zenodo.20539026
Quick facts
Originator
Tibshirani, R.
Year
1996
Type
Regularized linear regression (L1 penalty)
Task
Prediction & variable selection
MinSample
30
Related methods
Elastic NetLogistic RegressionPrincipal Component AnalysisRidge Regression
ScholarGate

A content-first reference library for research methods — what each one is, how it works, and where it comes from.

Open data (CC-BY)

Explore

  • Library
  • Search the library…
  • Browse by field
  • Fields
  • Journey
  • Compare
  • Which method?

Reference

  • Subjects
  • Atlas
  • Glossary
  • Methodology
  • Philosophy

Your tools

  • Bookshelf
  • Desk
  • Chat

Company

  • About
  • Pricing
  • Contact
  • Suggest a method

Entries are compiled from published sources for reference. Verifying the accuracy and suitability of any information for your own use remains your responsibility.

© 2026 ScholarGate · A research-method reference library
  • Privacy
  • Cookies
  • Terms
  • Delete account