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

Skip to content

Commit 945273d

Browse files
authored
DOC Fix default value of n in check_cv (#29024)
1 parent 25cb305 commit 945273d

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