11 lines
466 B
Text
11 lines
466 B
Text
### DVC-DataLad
|
|
$ datalad run --message "Evaluate SGD classifier model" \
|
|
--input "model/model.joblib" \
|
|
--output "metrics/accuracy.json" \
|
|
python code/evaluate.py
|
|
[INFO] == Command start (output follows) =====
|
|
[INFO] == Command exit (modification check follows) =====
|
|
run(ok): /home/me/DVCvsDL/DVC-DataLad (dataset) [python code/evaluate.py]
|
|
add(ok): code/__pycache__/train.cpython-38.pyc (file)
|
|
add(ok): metrics/accuracy.json (file)
|
|
save(ok): . (dataset)
|