clean up code

This commit is contained in:
Michael Duong 2023-09-10 17:27:22 +01:00
parent 32a8f42c5f
commit 14a68dd097

View file

@ -70,13 +70,12 @@ jobs:
REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
cd modules/ml-pipeline/src/pipeline/src
# echo "## Model metrics" > report.md
# cat metrics/metrics.json >> report.md
echo "## Model metrics" > report.md
cat metrics/metrics.json >> report.md
cml comment create report.md
# # echo "## Residuals plot from model" >> report.md
# # metrics_location=$(find . -maxdepth 10 -name "residuals.png")
# # echo $metrics_location
# # cd $metric_location
# # echo "![](./residuals.png)" >> report.md
# cml comment create report.md