mirror of
https://github.com/Hestia-Homes/ML.git
synced 2026-06-08 11:17:25 +00:00
add comparison to master branch
This commit is contained in:
parent
653a72bed3
commit
3bba4c8f12
1 changed files with 4 additions and 2 deletions
6
.github/workflows/MLPipelinePullRequest.yml
vendored
6
.github/workflows/MLPipelinePullRequest.yml
vendored
|
|
@ -73,8 +73,10 @@ jobs:
|
|||
run: |
|
||||
cd modules/ml-pipeline/src/pipeline/src
|
||||
echo "## Model metrics" > report.md
|
||||
cat metrics/metrics.json >> report.md
|
||||
cml comment create report.md
|
||||
|
||||
# Compare metrics to main
|
||||
git fetch --depth=1 origin main:main
|
||||
dvc metrics diff --show-md main >> 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