8000 DOC fix typo in cross_validate docstring (#25090) · jjerphan/scikit-learn@85a596e · GitHub
[go: up one dir, main page]

65F9 Skip to content

Commit 85a596e

Browse files
lestevejjerphan
authored andcommitted
DOC fix typo in cross_validate docstring (scikit-learn#25090)
1 parent 14a643a commit 85a596e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sklearn/model_selection/_validation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ def cross_validate(
112112
113113
For int/None inputs, if the estimator is a classifier and ``y`` is
114114
either binary or multiclass, :class:`StratifiedKFold` is used. In all
115-
other cases, :class:`.Fold` is used. These splitters are instantiated
115+
other cases, :class:`KFold` is used. These splitters are instantiated
116116
with `shuffle=False` so the splits will be the same across calls.
117117
118118
Refer :ref:`User Guide <cross_validation>` for the various

0 commit comments

Comments
 (0)
0