ml_pipeline/Makefile

9 lines
91 B
Makefile
Raw Normal View History

2022-10-29 17:19:59 -07:00
all:
2022-11-05 07:37:44 -07:00
python src/pipeline.py train
2022-10-29 17:19:59 -07:00
data:
2022-11-05 07:37:44 -07:00
python src/data.py
2022-10-29 17:19:59 -07:00
batch:
2022-11-05 07:37:44 -07:00
python src/batch.py