Skip to content

Commit

Permalink
DOC Fix default value of n in check_cv (scikit-learn#29024)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tialo authored May 16, 2024
1 parent 25cb305 commit 945273d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sklearn/model_selection/_split.py
Original file line number Diff line number Diff line change
Expand Up @@ -2596,7 +2596,7 @@ def check_cv(cv=5, y=None, *, classifier=False):
Parameters
----------
cv : int, cross-validation generator or an iterable, default=None
cv : int, cross-validation generator, iterable or None, default=5
Determines the cross-validation splitting strategy.
Possible inputs for cv are:
- None, to use the default 5-fold cross validation,
Expand Down

0 comments on commit 945273d

Please sign in to comment.