Skip to content

Commit 61dfbbf

Browse files
authored
Merge pull request scikit-learn-contrib#184 from nalepae/patch-1
README.rst: Clarify "Map the Columns to Transformations"
2 parents b3ab3ea + c44a960 commit 61dfbbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Transformation Mapping
6565
Map the Columns to Transformations
6666
**********************************
6767

68-
The mapper takes a list of tuples. The first is a column name from the pandas DataFrame, or a list containing one or multiple columns (we will see an example with multiple columns later). The second is an object which will perform the transformation which will be applied to that column. The third is optional and is a dictionary containing the transformation options, if applicable (see "custom column names for transformed features" below).
68+
The mapper takes a list of tuples. The first element of each tuple is a column name from the pandas DataFrame, or a list containing one or multiple columns (we will see an example with multiple columns later). The second element is an object which will perform the transformation which will be applied to that column. The third one is optional and is a dictionary containing the transformation options, if applicable (see "custom column names for transformed features" below).
6969

7070
Let's see an example::
7171

0 commit comments

Comments
 (0)