Skip to content

Commit

Permalink
Update train.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
elleobrien committed Aug 13, 2020
1 parent 4a038ea commit 80310fe
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/train.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@ jobs:
dvc repro
git fetch --prune
echo "## Metrics: Workspace vs. Main"
dvc metrics diff --show-md master > report.md
# Add figure to the report
echo "## Validating results by region"
echo "## Validating results by region" >> report.md
cml-publish by_region.png --md >> report.md
cml-send-comment report.md
cml-send-comment report.md

1 comment on commit 80310fe

@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 Value Change
metrics.json accuracy 0.68571 -0.18095
metrics.json sensitivity 0.76404 -0.19101
metrics.json specificity 0.25 -0.125

Validating results by region

Please sign in to comment.