Merge branch 'mlmodel' of github.com:Hestia-Homes/Model into mlmodel

This commit is contained in:
Michael Duong 2023-08-19 14:49:30 +00:00
commit 46758636ad

View file

@ -25,9 +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
metrics_location=$(find . -maxdepth 10 -name "metrics")
echo $metrics_location
cd $metric_location
echo "![](./residuals.png)" >> report.md
cml comment create report.md