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
3bba4c8f12
commit
ef3ca95f50
1 changed files with 3 additions and 3 deletions
6
.github/workflows/MLPipelinePullRequest.yml
vendored
6
.github/workflows/MLPipelinePullRequest.yml
vendored
|
|
@ -74,9 +74,9 @@ jobs:
|
|||
cd modules/ml-pipeline/src/pipeline/src
|
||||
echo "## Model metrics" > report.md
|
||||
|
||||
# Compare metrics to main
|
||||
git fetch --depth=1 origin main:main
|
||||
dvc metrics diff --show-md main >> report.md
|
||||
# Compare metrics to master
|
||||
git fetch --depth=1 origin master:maste
|
||||
dvc metrics diff --show-md master >> 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