Fabian Pedregosa
2016-03-25 13:08:58 UTC
Dear all,
I'm pleased to announce the first public release of lightning (
http://contrib.scikit-learn.org/lightning/).
lightning is a library for large-scale linear classification, regression
and ranking in Python.
Highlights:
* follows the scikit-learn API conventions.
* supports natively both dense and sparse data representations.
* computationally demanding parts implemented in Cython.
The release can be downloaded from pypi:
https://pypi.python.org/pypi/sklearn-contrib-lightning
and prebuild conda packages can be installed with the command
conda install -c https://conda.anaconda.org/scikit-learn-contrib
lightning
Check out the website for more information:
http://contrib.scikit-learn.org/lightning/
Happy hacking!
the lightning team
I'm pleased to announce the first public release of lightning (
http://contrib.scikit-learn.org/lightning/).
lightning is a library for large-scale linear classification, regression
and ranking in Python.
Highlights:
* follows the scikit-learn API conventions.
* supports natively both dense and sparse data representations.
* computationally demanding parts implemented in Cython.
The release can be downloaded from pypi:
https://pypi.python.org/pypi/sklearn-contrib-lightning
and prebuild conda packages can be installed with the command
conda install -c https://conda.anaconda.org/scikit-learn-contrib
lightning
Check out the website for more information:
http://contrib.scikit-learn.org/lightning/
Happy hacking!
the lightning team