Lasso Regression Calculator
Calculate a Ridge Regression online, just copy your data into the table above and select a metric dependent variable and one or more independent variables.

Lasso Regression
Lasso (Least Absolute Shrinkage and Selection Operator) regression is a variant of linear regression that uses an L₁ penalty on the coefficients. It simultaneously performs shrinkage (like ridge) and feature selection by driving some coefficients exactly to zero.