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 13, 2024
1 parent ca81a0a commit 3b5f665
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cml.yaml
Original file line number Diff line number Diff line change
@@ -24,8 +24,8 @@ jobs:
- name: Create report.md
run: |
cat "Streamlit/Training Report/results.txt" > "Streamlit/Training Report/report.md"
echo "![](Training Report/feature_importance.png)" >> "Streamlit/Training Report/report.md"
echo "![](Training Report/residuals.png)" >> "Streamlit/Training Report/report.md"
echo "![](feature_importance.png)" >> "Streamlit/Training Report/report.md"
echo "![](residuals.png)" >> "Streamlit/Training Report/report.md"
- name: Commit results and report
run: |

1 comment on commit 3b5f665

@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.