ArturG9 commited on
Commit
f995639
1 Parent(s): 3e2068c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -103,9 +103,9 @@ if option == "Information about training data":
103
  st.subheader("According to the World Health Organization (WHO) stroke is the 2nd leading cause of death globally, responsible for approximately 11% of total deaths. This dataset is used to predict whether a patient is likely to get stroke based on the input parameters like gender, age, various diseases, and smoking status. Each row in the data provides relavant information about the patient.")
104
  st.subheader(" Stroke dataset has 5110 records and 12 features.")
105
  st.subheader(" Correlation between features:.")
106
- st.image(r'lgbm_tree.png')
107
  st.subheader("Features Shap values and how it effects Target variable "Stroke")
108
- st.image(r'lgbm_tree.png')
109
 
110
 
111
 
 
103
  st.subheader("According to the World Health Organization (WHO) stroke is the 2nd leading cause of death globally, responsible for approximately 11% of total deaths. This dataset is used to predict whether a patient is likely to get stroke based on the input parameters like gender, age, various diseases, and smoking status. Each row in the data provides relavant information about the patient.")
104
  st.subheader(" Stroke dataset has 5110 records and 12 features.")
105
  st.subheader(" Correlation between features:.")
106
+ st.image(r'Correlation.png')
107
  st.subheader("Features Shap values and how it effects Target variable "Stroke")
108
+ st.image(r'Shap_Values.png')
109
 
110
 
111