Skip to content

Commit

Permalink
feat: Add gorilla to starter_shapes
Browse files Browse the repository at this point in the history
  • Loading branch information
Sirius207 committed Sep 23, 2024
1 parent fcefd6c commit 45d46b8
Show file tree
Hide file tree
Showing 2 changed files with 1,513 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/data_morph/data/loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ class DataLoader:
'SDS': 'superdatascience.csv',
'sheep': 'sheep.csv',
'soccer': 'soccer_ball.csv',
'gorilla': 'gorilla.csv',
}
AVAILABLE_DATASETS = sorted(_DATASETS.keys(), key=str.lower)
"""list[str]: List of available built-in starter datasets,
Expand Down
Loading

0 comments on commit 45d46b8

Please sign in to comment.