cml_dvc_case icon indicating copy to clipboard operation
cml_dvc_case copied to clipboard

Example of how to commit dvc.lock

Open DavidGOrtega opened this issue 4 years ago • 1 comments

This PR showcase how a simple code can commit our dvc.lock file after running our workflow

git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"

git add dvc.lock
git add lock loss.csv metrics.json
git commit -m "CML commit"

git push 
dvc push

image

DavidGOrtega avatar Mar 15 '21 14:03 DavidGOrtega

5441f97

Path Metric master workspace Change
metrics.json accuracy 0.87236 0.87228 -8e-05
metrics.json precision 0.86419 0.86031 -0.00388
metrics.json recall 0.88568 0.891 0.00532

CML watermark

github-actions[bot] avatar Sep 29 '22 12:09 github-actions[bot]