8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1882672 commit c5f10c8Copy full SHA for c5f10c8
examples/release_highlights/plot_release_highlights_1_1_0.py
@@ -106,7 +106,7 @@
106
# :class:`OneHotEncoder` supports aggregating infrequent categories into a single
107
# output for each feature. The parameters to enable the gathering of infrequent
108
# categories are `min_frequency` and `max_categories`. See the
109
-# :ref:`User Guide <one_hot_encoder_infrequent_categories>` for more details.
+# :ref:`User Guide <encoder_infrequent_categories>` for more details.
110
from sklearn.preprocessing import OneHotEncoder
111
import numpy as np
112
0 commit comments