update dvc.yaml
Some checks failed
s444356-evaluation/pipeline/head There was a failure building this commit
s444356-training/pipeline/head There was a failure building this commit

This commit is contained in:
Maciej Czajka 2022-06-02 23:18:15 +02:00
parent ebae9d0b7a
commit e89d1f0164

View File

@ -2,8 +2,8 @@ stages:
train:
cmd: python3 ./Biblioteka_DL/dllib.py 100
deps:
- all_games.train.csv
- Data/all_games.train.csv
evaluate:
cmd: python3 ./Biblioteka_DL/evaluate.py
deps:
- all_games.train.csv
- Data/all_games.train.csv