Skip to content

Commit

Permalink
Update cml.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhishek-N-D authored Dec 26, 2023
1 parent 1738b5d commit 1d68a18
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/cml.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,11 @@ jobs:
pip install -r requirements.txt
python train.py # generate plot.png
echo "MODEL METRICS"
cat metrics.txt
echo "## MODEL METRICS" >report.md
cat metrics.txt >> report.md
echo "## Data viz" >> report.md
cml-publish feature_importance.png --md >> report.md
cml-publish residuals.png --md >> report.md
cml-send-comment report.md

0 comments on commit 1d68a18

Please sign in to comment.