python-sklearn-pandas

Pandas integration with sklearn (Python 2)
  https://github.com/paulgb/sklearn-pandas
  0
  no reviews



Sklearn-pandas provides a bridge between scikit-learn's machine learning methods and pandas data frames.

In particular, it provides:
- a way to map DataFrame columns to transformations, which are later
recombined into features
- a way to cross-validate a pipeline that takes a pandas DataFrame as input.
This is the Python 2 version of the package.