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
ef3ca95f50
commit
c522c00d25
1 changed files with 1 additions and 1 deletions
2
.github/workflows/MLPipelinePullRequest.yml
vendored
2
.github/workflows/MLPipelinePullRequest.yml
vendored
|
|
@ -75,7 +75,7 @@ jobs:
|
|||
echo "## Model metrics" > report.md
|
||||
|
||||
# Compare metrics to master
|
||||
git fetch --depth=1 origin master:maste
|
||||
git fetch --depth=1 origin master:master
|
||||
dvc metrics diff --show-md master >> report.md
|
||||
|
||||
# # echo "## Residuals plot from model" >> report.md
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue