Skip to content

Commit e842746

Browse files
authored
DOC: add pypi and conda-forge badges (#231)
1 parent d74e8ea commit e842746

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.rst

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ Sklearn-pandas
44

55
.. image:: https://circleci.com/gh/scikit-learn-contrib/sklearn-pandas.svg?style=svg
66
:target: https://circleci.com/gh/scikit-learn-contrib/sklearn-pandas
7+
.. image:: https://img.shields.io/pypi/v/sklearn-pandas.svg
8+
:target: https://pypi.python.org/pypi/sklearn-pandas/
9+
.. image:: https://anaconda.org/conda-forge/sklearn-pandas/badges/version.svg
10+
:target: https://anaconda.org/conda-forge/sklearn-pandas/
711

812
This module provides a bridge between `Scikit-Learn <http://scikit-learn.org/stable>`__'s machine learning methods and `pandas <https://pandas.pydata.org>`__-style Data Frames.
913
In particular, it provides a way to map ``DataFrame`` columns to transformations, which are later recombined into features.
@@ -15,6 +19,9 @@ You can install ``sklearn-pandas`` with ``pip``::
1519

1620
# pip install sklearn-pandas
1721

22+
or conda-forge::
23+
24+
# conda install -c conda-forge sklearn-pandas
1825

1926
Tests
2027
-----

0 commit comments

Comments
 (0)