Skip to content
This repository was archived by the owner on Jul 24, 2024. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 5 additions & 15 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,23 +1,13 @@
Python GLMNET
=============

|CircleCI| |Conda| |PyPI| |PyVersions|
Maintenance Warning
-------------------

.. |CircleCI| image:: https://circleci.com/gh/civisanalytics/python-glmnet.svg?style=svg
:target: https://circleci.com/gh/civisanalytics/python-glmnet
:alt: Build status
This package is not longer maintained.

.. |Conda| image:: https://anaconda.org/conda-forge/glmnet/badges/version.svg
:target: https://anaconda.org/conda-forge/glmnet
:alt: Latest version on conda forge

.. |PyPI| image:: https://img.shields.io/pypi/v/glmnet.svg
:target: https://pypi.org/project/glmnet/
:alt: Latest version on PyPI

.. |PyVersions| image:: https://img.shields.io/pypi/pyversions/glmnet.svg
:target: https://pypi.org/project/glmnet/
:alt: Supported python versions for python-glmnet
Description
-----------

This is a Python wrapper for the fortran library used in the R package
`glmnet <http://web.stanford.edu/~hastie/glmnet/glmnet_alpha.html>`__.
Expand Down