Skip to content

Commit d5d405d

Browse files
maint: docu for split object (#1415)
1 parent c9bfc0f commit d5d405d

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

openml/tasks/split.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,18 @@ class Split(NamedTuple):
2121
class OpenMLSplit:
2222
"""OpenML Split object.
2323
24+
This class manages train-test splits for a dataset across multiple
25+
repetitions, folds, and samples.
26+
2427
Parameters
2528
----------
2629
name : int or str
30+
The name or ID of the split.
2731
description : str
32+
A description of the split.
2833
split : dict
34+
A dictionary containing the splits organized by repetition, fold,
35+
and sample.
2936
"""
3037

3138
def __init__(

0 commit comments

Comments
 (0)