Skip to content

Commit ff67812

Browse files
authored
DOC Remove warning from ColumnTransformer in User Guide (scikit-learn#16830)
1 parent 1116182 commit ff67812

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

doc/modules/compose.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -383,11 +383,6 @@ and ignored by setting to ``'drop'``::
383383
ColumnTransformer for heterogeneous data
384384
========================================
385385

386-
.. warning::
387-
388-
The :class:`compose.ColumnTransformer <sklearn.compose.ColumnTransformer>`
389-
class is experimental and the API is subject to change.
390-
391386
Many datasets contain features of different types, say text, floats, and dates,
392387
where each type of feature requires separate preprocessing or feature
393388
extraction steps. Often it is easiest to preprocess data before applying

0 commit comments

Comments
 (0)