8000 DOC fix link to User Guide encoder_infrequent_categories (#26309) · scikit-learn/scikit-learn@c5f10c8 · GitHub
[go: up one dir, main page]

Skip to content

Commit c5f10c8

Browse files
authored
DOC fix link to User Guide encoder_infrequent_categories (#26309)
1 parent 1882672 commit c5f10c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/release_highlights/plot_release_highlights_1_1_0.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
# :class:`OneHotEncoder` supports aggregating infrequent categories into a single
107107
# output for each feature. The parameters to enable the gathering of infrequent
108108
# categories are `min_frequency` and `max_categories`. See the
109-
# :ref:`User Guide <one_hot_encoder_infrequent_categories>` for more details.
109+
# :ref:`User Guide <encoder_infrequent_categories>` for more details.
110110
from sklearn.preprocessing import OneHotEncoder
111111
import numpy as np
112112

0 commit comments

Comments
 (0)
0