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.
1 parent c9bfc0f commit d5d405dCopy full SHA for d5d405d
1 file changed
openml/tasks/split.py
@@ -21,11 +21,18 @@ class Split(NamedTuple):
21
class OpenMLSplit:
22
"""OpenML Split object.
23
24
+ This class manages train-test splits for a dataset across multiple
25
+ repetitions, folds, and samples.
26
+
27
Parameters
28
----------
29
name : int or str
30
+ The name or ID of the split.
31
description : str
32
+ A description of the split.
33
split : dict
34
+ A dictionary containing the splits organized by repetition, fold,
35
+ and sample.
36
"""
37
38
def __init__(
0 commit comments