ddbourgin / numpy-ml

Machine learning, in numpy
https://numpy-ml.readthedocs.io/
GNU General Public License v3.0
14.95k stars 3.69k forks source link

implementation of Lasso regression #46

Open sparkingdark opened 4 years ago

sparkingdark commented 4 years ago

I don't see any lasso regression model in linear models.Can i implement the lasso regression model?

ddbourgin commented 4 years ago

Absolutely - that would be great! You should be able to test it against the sklearn implementation (see example plots here). Let me know if you hit any snags :)

sparkingdark commented 4 years ago

thanks for your complement,Yes i try it and create a model to test.

sparkingdark commented 4 years ago

Sorry bro i was totally forgot to implement but now from today i am starting to implement the lasso regerssion. @ddbourgin