python3-sklearn-pandas

Pandas integration with sklearn (Python 3)
  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 3 version of the package.