Bhupen commited on
Commit
fb3bdaf
Β·
1 Parent(s): a998fde

Add ML intuitions py file

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("Breast Cancer Classification with Logistic Regression")
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..."):