blob: ee430561a9c89e565a07e2177419e55c1e9d607e (
plain) (
blame)
1
2
3
4
5
|
This module provides a bridge between Scikit-Learn's machine learning methods
and pandas-style Data Frames. In particular, it provides a way to map DataFrame
columns to transformations, which are later recombined into features.
WWW: https://github.com/scikit-learn-contrib/sklearn-pandas
|