|
1 | 1 | Python GLMNET |
2 | 2 | ============= |
3 | 3 |
|
4 | | -|CircleCI| |Conda| |PyPI| |PyVersions| |
| 4 | +Maintenance Warning |
| 5 | +------------------- |
5 | 6 |
|
6 | | -.. |CircleCI| image:: https://circleci.com/gh/civisanalytics/python-glmnet.svg?style=svg |
7 | | - :target: https://circleci.com/gh/civisanalytics/python-glmnet |
8 | | - :alt: Build status |
| 7 | +This package is not longer maintained. |
9 | 8 |
|
10 | | -.. |Conda| image:: https://anaconda.org/conda-forge/glmnet/badges/version.svg |
11 | | - :target: https://anaconda.org/conda-forge/glmnet |
12 | | - :alt: Latest version on conda forge |
13 | | - |
14 | | -.. |PyPI| image:: https://img.shields.io/pypi/v/glmnet.svg |
15 | | - :target: https://pypi.org/project/glmnet/ |
16 | | - :alt: Latest version on PyPI |
17 | | - |
18 | | -.. |PyVersions| image:: https://img.shields.io/pypi/pyversions/glmnet.svg |
19 | | - :target: https://pypi.org/project/glmnet/ |
20 | | - :alt: Supported python versions for python-glmnet |
| 9 | +Description |
| 10 | +----------- |
21 | 11 |
|
22 | 12 | This is a Python wrapper for the fortran library used in the R package |
23 | 13 | `glmnet <http://web.stanford.edu/~hastie/glmnet/glmnet_alpha.html>`__. |
|
0 commit comments