Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -145,5 +145,5 @@ if option == "Model information":
|
|
| 145 |
st.image(r'Roc_Curve.png')
|
| 146 |
|
| 147 |
|
| 148 |
-
st.markdown("### Model from 28 stroke cases in a test set, identified bad 1 case
|
| 149 |
-
st.markdown("### 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, they didin't have a stroke
|
|
|
|
| 145 |
st.image(r'Roc_Curve.png')
|
| 146 |
|
| 147 |
|
| 148 |
+
st.markdown("### Model from 28 stroke cases in a test set, identified bad 1 case")
|
| 149 |
+
st.markdown("### 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, they didin't have a stroke")
|