Skip to content

Commit

Permalink
Update cml.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
dec1costello authored Oct 12, 2024
1 parent cf7149e commit b1a5b0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cml.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: |
git config --global user.name "github-actions[bot]"
git config --global user.email "github-actions[bot]@users.noreply.github.com"
git add results.txt report.md feature_importance.png residuals.png
git add Streamlit/results.txt Streamlit/report.md Streamlit/feature_importance.png Streamlit/residuals.png
git commit -m "Add model results and report"
git push
Expand Down

1 comment on commit b1a5b0f

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Training variance explained: 33.0%
Test variance explained: 32.0%

Please sign in to comment.