Skip to content

Commit

Permalink
Correct documented default number of CV splits [skip azp][skip action…
Browse files Browse the repository at this point in the history
…s] (#10548)

We're actually using 5 splits and have been for quite a while now, but
this bit of the docs hasn't been updated.
  • Loading branch information
hoechenberger authored and agramfort committed Apr 21, 2022
1 parent 69f2882 commit f738428
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mne/decoding/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ def cross_val_multiscore(estimator, X, y=None, groups=None, scoring=None,
Determines the cross-validation splitting strategy.
Possible inputs for cv are:
- None, to use the default 3-fold cross validation,
- None, to use the default 5-fold cross validation,
- integer, to specify the number of folds in a ``(Stratified)KFold``,
- An object to be used as a cross-validation generator.
- An iterable yielding train, test splits.
Expand Down

0 comments on commit f738428

Please sign in to comment.