8000 DOC Update cross_validation.rst (#22066) · scikit-learn/scikit-learn@d3ec8f8 · GitHub
[go: up one dir, main page]

Skip to content

Commit d3ec8f8

Browse files
siavrezglemaitre
authored andcommitted
DOC Update cross_validation.rst (#22066)
1 parent 2cd3bfe commit d3ec8f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/modules/cross_validation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -679,7 +679,7 @@ Implementation notes:
679679
- With the current implementation full shuffle is not possible in most
680680
scenarios. When shuffle=True, the following happens:
681681

682-
1. All groups a shuffled.
682+
1. All groups are shuffled.
683683
2. Groups are sorted by standard deviation of classes using stable sort.
684684
3. Sorted groups are iterated over and assigned to folds.
685685

0 commit comments

Comments
 (0)
0