Spaces:
Sleeping
Sleeping
Bhupen
commited on
Commit
Β·
fb3bdaf
1
Parent(s):
a998fde
Add ML intuitions py file
Browse files
app.py
CHANGED
@@ -33,7 +33,7 @@ def main():
|
|
33 |
X = pd.DataFrame(data.data, columns=data.feature_names)
|
34 |
y = pd.Series(data.target)
|
35 |
|
36 |
-
st.subheader("
|
37 |
|
38 |
#st.write(f"**Problem Statement**")
|
39 |
with st.expander("π What we're trying to accomplish..."):
|
|
|
33 |
X = pd.DataFrame(data.data, columns=data.feature_names)
|
34 |
y = pd.Series(data.target)
|
35 |
|
36 |
+
st.subheader("Classifying breast cancer - with Logistic Regression")
|
37 |
|
38 |
#st.write(f"**Problem Statement**")
|
39 |
with st.expander("π What we're trying to accomplish..."):
|