/STATS_LINEAR_LASSO_REGRESSION

Fits linear lasso regression models using Python sklearn classes.

Primary LanguagePythonApache License 2.0Apache-2.0

Linear Lasso Regression

Summary

Fits linear lasso regression models using Python sklearn classes.

Desctription

Fits L1 loss regularized linear regression models using the Python sklearn.linear_model.Lasso class for a dependent variable on one or more independent variables, and includes optional modes to display trace plots and to select the alpha hyperparameter value based on crossvalidation.