ium_470623/dvc.yaml

10 lines
179 B
YAML
Raw Normal View History

2022-06-06 00:32:13 +02:00
stages:
train:
cmd: python process_dataset.py
deps:
- steel_industry_data_train.csv
test:
cmd: python evaluate.py
deps:
- steel_industry_data_test.csv