Skip to content

andresordorica/Elastic_net

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 

Repository files navigation

Elastic_net

This plugin can handle:

Linear regression Ridge regression Lasso regression Elastic Net regression

Elastic_net cython implementation

  1. To compile the *.pyx make sure Cython is installed.

pip install Cython

  1. After that compile the elastic_net.pyx code by running:

python setup.py build_ext --inplace

About

Elastic_net cython implementation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published