added dvc.yaml
This commit is contained in:
parent
0be4bf2ef6
commit
c4c983d762
14
dvc.yaml
Normal file
14
dvc.yaml
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
stages:
|
||||||
|
prepare_data:
|
||||||
|
cmd: jupyter nbconvert --to notebook --execute prepare.ipynb
|
||||||
|
deps:
|
||||||
|
- prepare.ipynb
|
||||||
|
outs:
|
||||||
|
- zbior_ium/Car_Prices_Poland_Kaggle.csv
|
||||||
|
train:
|
||||||
|
cmd: python mlflow_train.py
|
||||||
|
deps:
|
||||||
|
- mlflow_train.py
|
||||||
|
- zbior_ium/Cars_Prices_Poland_Kaggle.csv
|
||||||
|
outs:
|
||||||
|
- model.h5
|
Loading…
Reference in New Issue
Block a user