Skip to content

IBMPredictiveAnalytics/STATS_LINEAR_LASSO_REGRESSION

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.