scientific_comp_projects/CODE/[python]machine_learning/data_augmentation/TODO.md

12 lines
350 B
Markdown
Raw Normal View History

2021-10-29 15:16:40 +02:00
# TODOs for data_augmentation !
[x] Create project structure for data_augmentation
[x] Make sure that the generated code file works
[ ] Devise project TODOs and save them in this file called
[x] Create a virtual environment
[x] Make a 'pip install -r requirements.txt'
[x] Define which transformations to apply
[ ] Make a tutorial to get started.