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 13, 2024
1 parent ba47ae7 commit 9de53fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Streamlit/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

# Load in the data
df = pd.read_csv("Streamlit/wine_quality.csv")
#connect to supabase with github secret keys

# Split into train and test sections
y = df.pop("quality")
Expand Down

1 comment on commit 9de53fe

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