Skip to content

Commit

Permalink
Merge branch 'main' into fix-grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
nickc6424 authored Jul 13, 2024
2 parents 3d5ab2f + 6b53dac commit c41489a
Show file tree
Hide file tree
Showing 3 changed files with 2,222 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ morphed_data/

# dev setup
.vscode/
.idea/

# Byte-compiled / optimized / DLL files
__pycache__/
Expand Down
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 c41489a

Please sign in to comment.