Skip to content

Commit fc0b5bd

Browse files
committed
feat: Add gorilla to starter_shapes
1 parent fcefd6c commit fc0b5bd

File tree

2 files changed

+1513
-0
lines changed

2 files changed

+1513
-0
lines changed

src/data_morph/data/loader.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ class DataLoader:
5353
'SDS': 'superdatascience.csv',
5454
'sheep': 'sheep.csv',
5555
'soccer': 'soccer_ball.csv',
56+
'gorilla': 'gorilla.csv',
5657
}
5758
AVAILABLE_DATASETS = sorted(_DATASETS.keys(), key=str.lower)
5859
"""list[str]: List of available built-in starter datasets,

0 commit comments

Comments
 (0)