mvp of ml pipeline.

This commit is contained in:
Matt J
2022-10-29 17:19:59 -07:00
commit 5dab765216
10 changed files with 504 additions and 0 deletions

8
Makefile Normal file
View File

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