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 508b6dc commit 1229b7dCopy full SHA for 1229b7d
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