9 lines
91 B
Makefile
9 lines
91 B
Makefile
all:
|
|
python src/pipeline.py train
|
|
|
|
data:
|
|
python src/data.py
|
|
|
|
batch:
|
|
python src/batch.py
|