move files to src dir. add env.yml

This commit is contained in:
Matt J
2022-11-05 07:37:44 -07:00
parent 5dab765216
commit a288a8e1e2
10 changed files with 120 additions and 5 deletions

View File

@@ -1,8 +1,8 @@
all:
python pipeline.py train
python src/pipeline.py train
data:
python data.py
python src/data.py
batch:
python batch.py
python src/batch.py