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
f94101744b
commit
653a72bed3
1 changed files with 3 additions and 1 deletions
4
.github/workflows/MLPipelinePullRequest.yml
vendored
4
.github/workflows/MLPipelinePullRequest.yml
vendored
|
|
@ -6,6 +6,8 @@ on:
|
|||
pull_request:
|
||||
branches: [ "master" ]
|
||||
|
||||
permissions: write-all
|
||||
|
||||
jobs:
|
||||
|
||||
Verify-Model:
|
||||
|
|
@ -72,7 +74,7 @@ jobs:
|
|||
cd modules/ml-pipeline/src/pipeline/src
|
||||
echo "## Model metrics" > report.md
|
||||
cat metrics/metrics.json >> report.md
|
||||
# cml comment create report.md
|
||||
cml comment create report.md
|
||||
|
||||
# # echo "## Residuals plot from model" >> report.md
|
||||
# # metrics_location=$(find . -maxdepth 10 -name "residuals.png")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue