Michael Rey
commited on
Commit
·
368369d
1
Parent(s):
42f43bd
made changes again
Browse files
app.py
CHANGED
@@ -13,8 +13,8 @@ df = pd.read_csv("Social_Network_Ads.csv")
|
|
13 |
df = df.drop(columns=["User ID"]) # Remove User ID
|
14 |
|
15 |
# App Title
|
16 |
-
st.title("
|
17 |
-
st.write("
|
18 |
|
19 |
# Dataset Preview
|
20 |
st.write("#### Dataset Preview:")
|
|
|
13 |
df = df.drop(columns=["User ID"]) # Remove User ID
|
14 |
|
15 |
# App Title
|
16 |
+
st.title("Social Network Ads - Customer Purchase Prediction")
|
17 |
+
st.write("#### Predict if a user will purchase a product based on Age & Salary using Logistic Regression.")
|
18 |
|
19 |
# Dataset Preview
|
20 |
st.write("#### Dataset Preview:")
|