mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-30 13:10:47 +00:00
Update cml.yml
This commit is contained in:
parent
e1209015bd
commit
67d884c7b3
1 changed files with 4 additions and 4 deletions
8
.github/workflows/cml.yml
vendored
8
.github/workflows/cml.yml
vendored
|
|
@ -25,10 +25,10 @@ jobs:
|
||||||
cat model_registry.csv >> report.md
|
cat model_registry.csv >> report.md
|
||||||
|
|
||||||
echo "## Residuals plot from model" >> report.md
|
echo "## Residuals plot from model" >> report.md
|
||||||
plot_location=$(find . -maxdepth 10 -name "residuals.png")
|
metrics_location=$(find . -maxdepth 10 -name "metrics")
|
||||||
echo $plot_location
|
echo $metrics_location
|
||||||
# echo "" >> report.md
|
cd $metric_location
|
||||||
cml publish $plot_location --md >> report.md
|
echo "" >> report.md
|
||||||
|
|
||||||
cml comment create report.md
|
cml comment create report.md
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue