Skip to content

Commit

Permalink
commit dvc.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidGOrtega committed Mar 15, 2021
1 parent dba5cc2 commit 4994ab6
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/cml.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,14 @@ jobs:
dvc plots diff --target loss.csv --show-vega master > vega.json
vl2png vega.json -s 1.3 | cml-publish --md >> report.md
cml-send-comment report.md
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
# commit dvc.lock and files
git add dvc.lock
git add loss.csv metrics.json
git commit -m "CML commit"
git push
dvc push

1 comment on commit 4994ab6

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Path Metric Old New 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

Please sign in to comment.