add yaml file

This commit is contained in:
Sebastian Wałęsa 2022-06-06 00:06:09 +02:00
parent 5f951a98c5
commit b83f7080f8

9
dvc.yaml Normal file
View File

@ -0,0 +1,9 @@
stages:
train:
cmd: python3 ./ml_pytorch.py
deps:
- understat.csv
evaluate:
cmd: python3 ./ml_pytorch_results.py
deps:
- understat.csv