8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c60c3f0 commit 7872126Copy full SHA for 7872126
sklearn/cross_validation.py
@@ -268,8 +268,8 @@ class KFold(_BaseKFold):
268
Provides train/test indices to split data in train test sets. Split
269
dataset into k consecutive folds (without shuffling by default).
270
271
- Each fold is then used a validation set once while the k - 1 remaining
272
- fold form the training set.
+ Each fold is then used as a validation set once while the k - 1 remaining
+ fold(s) form the training set.
273
274
Read more in the :ref:`User Guide <cross_validation>`.
275
0 commit comments