Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a6598bd

Browse files
lesteveadrinjalali
authored andcommitted
DOC fix typo in cross_validate docstring (#25090)
1 parent 60fab1d commit a6598bd

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)