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 fcefd6c commit fc0b5bdCopy full SHA for fc0b5bd
src/data_morph/data/loader.py
@@ -53,6 +53,7 @@ class DataLoader:
53
'SDS': 'superdatascience.csv',
54
'sheep': 'sheep.csv',
55
'soccer': 'soccer_ball.csv',
56
+ 'gorilla': 'gorilla.csv',
57
}
58
AVAILABLE_DATASETS = sorted(_DATASETS.keys(), key=str.lower)
59
"""list[str]: List of available built-in starter datasets,
0 commit comments