Skip to content

Commit

Permalink
PR update
Browse files Browse the repository at this point in the history
  • Loading branch information
casperdcl committed Oct 17, 2022
1 parent 75898e5 commit 7fe0949
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/cml.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ jobs:
${dvc_report}
EOF
cml comment create --publish --pr=false report.md
if test ${{ github.event_name }} = pull_request; then
cml comment create --publish --pr report.md
cml comment update --publish --pr report.md
else
cml comment create --publish report.md
fi

1 comment on commit 7fe0949

@github-actions
Copy link

Choose a reason for hiding this comment

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

CML Report

Plots

Precision & Recall
Confusion Matrix

Metrics and Params

HEAD~1 → workspace

Path Metric HEAD~1 workspace Change
Path Param HEAD~1 workspace Change

CML watermark

Please sign in to comment.