8000 Corrected typos in cross_validation.KFold docstring · kernc/scikit-learn@7872126 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7872126

Browse files
committed
Corrected typos in cross_validation.KFold docstring
1 parent c60c3f0 commit 7872126

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sklearn/cross_validation.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -268,8 +268,8 @@ class KFold(_BaseKFold):
268268
Provides train/test indices to split data in train test sets. Split
269269
dataset into k consecutive folds (without shuffling by default).
270270
271-
Each fold is then used a validation set once while the k - 1 remaining
272-
fold form the training set.
271+
Each fold is then used as a validation set once while the k - 1 remaining
272+
fold(s) form the training set.
273273
274274
Read more in the :ref:`User Guide <cross_validation>`.
275275

0 commit comments

Comments
 (0)
0