Skip to content

Commit

Permalink
updated dvc yaml file
Browse files Browse the repository at this point in the history
  • Loading branch information
shivpalSW authored Jul 18, 2023
1 parent d25502c commit 59104e1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,6 @@ jobs:
with:
python-version: '3.7'


- name: Comment on Last Commit
run: cml comment create report.md ## >> CML COMMAND USE TO COMMENT ON LAST COMMIT
env:
repo_token: ${{ secrets.GITHUB_TOKEN }}

- name: Update Node.js to v16
run: sudo apt-get install -y nodejs npm
Expand All @@ -34,6 +29,11 @@ jobs:
echo "# REPORTS" >> report.md
echo "## metrics" >> report.md
cat scores.json >> report.md
- name: Comment on Last Commit
run: cml comment create report.md ## >> CML COMMAND USE TO COMMENT ON LAST COMMIT
env:
repo_token: ${{ secrets.GITHUB_TOKEN }}


1 comment on commit 59104e1

@github-actions
Copy link

Choose a reason for hiding this comment

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

REPORTS

metrics

{
"avg_prec": 0.5347607462652585,
"roc_auc": 0.9644604024840479
}

Please sign in to comment.