8000 DOC Improve ColumnTransformer docstrings (#12206) · sjtrny/scikit-learn@0b58bc3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0b58bc3

Browse files
LilyX2021jnothman
authored andcommitted
DOC Improve ColumnTransformer docstrings (scikit-learn#12206)
1 parent 2cf145d commit 0b58bc3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sklearn/compose/_column_transformer.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ class ColumnTransformer(_BaseComposition, TransformerMixin):
3838
deprecation.
3939
4040
This estimator allows different columns or column subsets of the input
41-
to be transformed separately and the results combined into a single
42-
feature space.
41+
to be transformed separately and the features generated by each transformer
42+
will be concatenated to form a single feature space.
4343
This is useful for heterogeneous or columnar data, to combine several
4444
feature extraction mechanisms or transformations into a single transformer.
4545

0 commit comments

Comments
 (0)
0