8000 DOC Fix default value of n in check_cv (#29024) · jeremiedbb/scikit-learn@9bd8a19 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9bd8a19

Browse files
Tialojeremiedbb
authored andcommitted
DOC Fix default value of n in check_cv (scikit-learn#29024)
1 parent 342b4b8 commit 9bd8a19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sklearn/model_selection/_split.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2596,7 +2596,7 @@ def check_cv(cv=5, y=None, *, classifier=False):
25962596
25972597
Parameters
25982598
----------
2599-
cv : int, cross-validation generator or an iterable, default=None
2599+
cv : int, cross-validation generator, iterable or None, default=5
26002600
Determines the cross-validation splitting strategy.
26012601
Possible inputs for cv are:
26022602
- None, to use the default 5-fold cross validation,

0 commit comments

Comments
 (0)
0