Skip to content

Commit a4582c0

Browse files
authored
fix typo on LeaveOneGroupOut documentation (scikit-learn#29513)
1 parent 1bcddcb commit a4582c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sklearn/model_selection/_split.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1279,7 +1279,7 @@ class LeaveOneGroupOut(GroupsConsumerMixin, BaseCrossValidator):
12791279
12801280
Provides train/test indices to split data such that each training set is
12811281
comprised of all samples except ones belonging to one specific group.
1282-
Arbitrary domain specific group information is provided an array integers
1282+
Arbitrary domain specific group information is provided as an array of integers
12831283
that encodes the group of each sample.
12841284
12851285
For instance the groups could be the year of collection of the samples

0 commit comments

Comments
 (0)