blob: ac5bb26efc3003281578ded11ebdadbf7b124f7f (
plain) (
blame)
1
2
3
|
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.
|