Skip to content

Commit 90e70b3

Browse files
Update cml.yaml
1 parent bc520ed commit 90e70b3

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/cml.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,13 @@ jobs:
1414
python -m pip install --upgrade pip
1515
pip install -r requirements.txt
1616
python tensorflow_linear_regression_model.py
17+
18+
echo "## Model Metrics" > report.md
19+
cat metrics.txt >> report.md
20+
21+
echo "\n## Model Performance" >> report.md
22+
echo "Model performance metrics are on the plot below." >> report.md
23+
24+
cml-publish model_results.png --md >> report.md
25+
26+
cml-send-comment report.md

0 commit comments

Comments
 (0)