Update app.py
Browse files
app.py
CHANGED
@@ -129,5 +129,5 @@ if option == "Model information":
|
|
129 |
st.image(r'Roc_Curve.png')
|
130 |
|
131 |
|
132 |
-
st.subheader(
|
133 |
-
st.subheader(
|
|
|
129 |
st.image(r'Roc_Curve.png')
|
130 |
|
131 |
|
132 |
+
st.subheader("**Model from 28 stroke cases in a test set, identified bad 1 case**")
|
133 |
+
st.subheader("**Model is trained for a recall, because it's better to send a person to visit other doctor, that's why model identified from 182 pacients with stroke , 154 bad, thei didin't have a stroke risk**")
|