Skip to content

Commit f59ec4b

Browse files
committed
formatting fix again?
1 parent 3e6a626 commit f59ec4b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: README.md

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Import what you need from the `sklearn_pandas` package. The choices are:
1919
* `DataFrameMapper`, a class for mapping pandas data frame columns to different sklearn transformations
2020
* `cross_val_score`, similar to `sklearn.cross_validation.cross_val_score` but working on pandas DataFrames
2121

22+
For this demonstration, we will import both.
2223

2324
>>> from sklearn_pandas import DataFrameMapper, cross_val_score
2425

0 commit comments

Comments
 (0)