dvc ref
This commit is contained in:
parent
e3dccf2ffd
commit
2bbddc129e
7
dvc.yaml
7
dvc.yaml
@ -3,12 +3,9 @@ stages:
|
|||||||
cmd: python3 deepl.py 50
|
cmd: python3 deepl.py 50
|
||||||
deps:
|
deps:
|
||||||
- real-or-fake-fake-jobposting-prediction.zip
|
- real-or-fake-fake-jobposting-prediction.zip
|
||||||
outs:
|
|
||||||
- model
|
|
||||||
evaluate:
|
evaluate:
|
||||||
cmd: python3 evaluation.py
|
cmd: python3 evaluation.py
|
||||||
deps:
|
deps:
|
||||||
- model
|
- model
|
||||||
outs:
|
|
||||||
- metrics.png
|
|
||||||
- metrics.txt
|
|
||||||
|
Loading…
Reference in New Issue
Block a user