Update cml.yml

This commit is contained in:
quandanrepo 2023-08-19 15:30:32 +01:00 committed by GitHub
parent e1209015bd
commit 67d884c7b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,10 +25,10 @@ jobs:
cat model_registry.csv >> report.md
echo "## Residuals plot from model" >> report.md
plot_location=$(find . -maxdepth 10 -name "residuals.png")
echo $plot_location
# echo "![]($plot_location)" >> report.md
cml publish $plot_location --md >> report.md
metrics_location=$(find . -maxdepth 10 -name "metrics")
echo $metrics_location
cd $metric_location
echo "![](./residuals.png)" >> report.md
cml comment create report.md