Yaml fix
This commit is contained in:
parent
108b776f22
commit
05d8f7ca61
10
dvc.yaml
10
dvc.yaml
@ -1,5 +1,11 @@
|
|||||||
stages:
|
stages:
|
||||||
prepare:
|
prepare:
|
||||||
cmd: '" -d" ml_prepare.py -o training_data.csv test_data.csv " python" ml_prepare.py'
|
cmd: python3 ml_prepare.py
|
||||||
|
deps:
|
||||||
|
- training_data.csv
|
||||||
|
- test_data.csv
|
||||||
|
- ml_prepare.py
|
||||||
training:
|
training:
|
||||||
cmd: '" -d" ml_training.py " -o" trained_model/ " python" ml_training.py 15'
|
cmd: python3 ml_training.py 15
|
||||||
|
deps:
|
||||||
|
- ml_training.py
|
||||||
|
Loading…
Reference in New Issue
Block a user