mirror of
https://github.com/Hestia-Homes/ML.git
synced 2026-06-08 11:17:25 +00:00
clean up code
This commit is contained in:
parent
32a8f42c5f
commit
14a68dd097
1 changed files with 3 additions and 4 deletions
7
.github/workflows/MLPipelinePullRequest.yml
vendored
7
.github/workflows/MLPipelinePullRequest.yml
vendored
|
|
@ -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 "" >> report.md
|
||||
|
||||
# cml comment create report.md
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue