Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent defff70 commit c702446Copy full SHA for c702446
doc/modules/preprocessing.rst
@@ -685,7 +685,7 @@ be encoded as all zeros::
685
686
All the categories in `X_test` are unknown during transform and will be mapped
687
to all zeros. This means that unknown categories will have the same mapping as
688
-the dropped category. :meth`OneHotEncoder.inverse_transform` will map all zeros
+the dropped category. :meth:`OneHotEncoder.inverse_transform` will map all zeros
689
to the dropped category if a category is dropped and `None` if a category is
690
not dropped::
691
0 commit comments