Skip to content

Commit

Permalink
Update train.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dec1costello authored Oct 12, 2024
1 parent 05bcfdb commit bc2f39e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Streamlit/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@
except Exception as e:
print(f"Failed to write to results.txt: {e}")

with open("Streamlit/results.txt", 'r') as outfile:
contents = outfile.read()
print("Contents of results.txt:")
print(contents)


##########################################
Expand Down

1 comment on commit bc2f39e

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