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:15:02 +02:00
parent aade82dcd0
commit ebae9d0b7a

View File

@ -3,10 +3,7 @@ stages:
cmd: python3 ./Biblioteka_DL/dllib.py 100
deps:
- all_games.train.csv
outs:
- games_model.pkl
evaluate:
cmd: python3 ./Biblioteka_DL/evaluate.py
deps:
- all_games.train.csv
- games_model.pkl