RoboticsClubIITJ / ML-DL-implementation

An implementation of ML and DL algorithms from scratch in python using nothing but NumPy and Matplotlib.
BSD 3-Clause "New" or "Revised" License
48 stars 68 forks source link

Implement Lasso regression a.k.a L1 Regularization #132

Closed kwanit1142 closed 3 years ago

kwanit1142 commented 3 years ago

Resources:-

https://www.geeksforgeeks.org/implementation-of-lasso-regression-from-scratch-using-python/ <------(Apart from sklearn import due to train-test split, Implementation is relevant enough to be referred)

https://mlforanalytics.com/2018/05/29/lasso-regression-and-its-implementation-with-python/

https://machinelearningmastery.com/lasso-regression-with-python/ <-----------------(Just for Application purposes, to be referred in later stages)

harsh-ux commented 3 years ago

I would like to work on it

kwanit1142 commented 3 years ago

Issue's completed, so dissolving it now.