Update app.py
Browse files
app.py
CHANGED
@@ -105,7 +105,7 @@ if option == "Information about training data":
|
|
105 |
st.subheader(" Stroke dataset has 5110 records and 12 features.")
|
106 |
st.subheader(" Correlation between features:.")
|
107 |
st.image(r'Correlation.png')
|
108 |
-
st.subheader("Features Shap values and how it effects Target variable
|
109 |
st.image(r'Shap_Values.png')
|
110 |
|
111 |
|
|
|
105 |
st.subheader(" Stroke dataset has 5110 records and 12 features.")
|
106 |
st.subheader(" Correlation between features:.")
|
107 |
st.image(r'Correlation.png')
|
108 |
+
st.subheader("Features Shap values and how it effects Target variable: Stroke")
|
109 |
st.image(r'Shap_Values.png')
|
110 |
|
111 |
|