Skip to content

riccardosamperna/Lasso

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lasso

About

This is implementation of a coordinate descent for Lasso.

Requirements

  • NumPy
  • Scikit-Learn
  • Pandas (To run a sample file)

Usage

git clone https://github.com/hogefugabar/Lasso
cd Lasso
from lasso import Lasso
model = Lasso(alpha=1.0, max_iter=1000).fit(X, y)

To run a sample program for Boston dataset,

python sample.py

About

This is implementation of Coordinate Descent for Lasso.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%