Skip to content

Commit

Permalink
Update cml.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
dkm1902 authored Dec 29, 2023
1 parent 4798e9e commit ae733be
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/cml.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,13 @@ jobs:
pip install -r requirements.txt
python train.py
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 ae733be

Please sign in to comment.