Zad 10. DVC - dvc.yaml

This commit is contained in:
Cezary Gałązkiewicz 2022-06-06 00:32:13 +02:00
parent 3db952a567
commit c865a6ce9c
1 changed files with 9 additions and 0 deletions

9
dvc.yaml Normal file
View File

@ -0,0 +1,9 @@
stages:
train:
cmd: python process_dataset.py
deps:
- steel_industry_data_train.csv
test:
cmd: python evaluate.py
deps:
- steel_industry_data_test.csv