Skip to content

Commit

Permalink
DOC: add pypi and conda-forge badges (#231)
Browse files Browse the repository at this point in the history
  • Loading branch information
raybellwaves authored Feb 27, 2021
1 parent d74e8ea commit e842746
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ Sklearn-pandas

.. image:: https://circleci.com/gh/scikit-learn-contrib/sklearn-pandas.svg?style=svg
:target: https://circleci.com/gh/scikit-learn-contrib/sklearn-pandas
.. image:: https://img.shields.io/pypi/v/sklearn-pandas.svg
:target: https://pypi.python.org/pypi/sklearn-pandas/
.. image:: https://anaconda.org/conda-forge/sklearn-pandas/badges/version.svg
:target: https://anaconda.org/conda-forge/sklearn-pandas/

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.
In particular, it provides a way to map ``DataFrame`` columns to transformations, which are later recombined into features.
Expand All @@ -15,6 +19,9 @@ You can install ``sklearn-pandas`` with ``pip``::

# pip install sklearn-pandas

or conda-forge::

# conda install -c conda-forge sklearn-pandas

Tests
-----
Expand Down

0 comments on commit e842746

Please sign in to comment.