This plugin can handle:
Linear regression Ridge regression Lasso regression Elastic Net regression
Elastic_net cython implementation
- To compile the *.pyx make sure Cython is installed.
pip install Cython
- After that compile the elastic_net.pyx code by running:
python setup.py build_ext --inplace