Skip to content

Commit

Permalink
Adds the soccer ball dataset (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosbarrone authored Jul 13, 2024
1 parent 2f32cd9 commit 26bc044
Show file tree
Hide file tree
Showing 2 changed files with 2,221 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 @@ -51,6 +51,7 @@ class DataLoader:
'Python': 'python.csv',
'SDS': 'superdatascience.csv',
'sheep': 'sheep.csv',
'soccer': 'soccer_ball.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 26bc044

Please sign in to comment.