8000
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 14a643a commit 85a596eCopy full SHA for 85a596e
sklearn/model_selection/_validation.py
@@ -112,7 +112,7 @@ def cross_validate(
112
113
For int/None inputs, if the estimator is a classifier and ``y`` is
114
either binary or multiclass, :class:`StratifiedKFold` is used. In all
115
- other cases, :class:`.Fold` is used. These splitters are instantiated
+ other cases, :class:`KFold` is used. These splitters are instantiated
116
with `shuffle=False` so the splits will be the same across calls.
117
118
Refer :ref:`User Guide <cross_validation>` for the various
0 commit comments