You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
9
13
In particular, it provides a way to map ``DataFrame`` columns to transformations, which are later recombined into features.
@@ -15,6 +19,9 @@ You can install ``sklearn-pandas`` with ``pip``::
0 commit comments