tjefferies / pymetalog

Public repo for the pymetalog project
MIT License
38 stars 3 forks source link

LASSO #5

Open tjefferies opened 4 years ago

tjefferies commented 4 years ago

Add penalty='l1' option. Requires use of coordinate descent - see sklearn.linear_model.Lasso for an example implementation. Recommend implementing ElasticNet functionality before attempting this.