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.
LeaveOneGroupOut
1 parent 1bcddcb commit a4582c0Copy full SHA for a4582c0
sklearn/model_selection/_split.py
@@ -1279,7 +1279,7 @@ class LeaveOneGroupOut(GroupsConsumerMixin, BaseCrossValidator):
1279
1280
Provides train/test indices to split data such that each training set is
1281
comprised of all samples except ones belonging to one specific group.
1282
- Arbitrary domain specific group information is provided an array integers
+ Arbitrary domain specific group information is provided as an array of integers
1283
that encodes the group of each sample.
1284
1285
For instance the groups could be the year of collection of the samples
0 commit comments