ArturG9 commited on
Commit
e4dc8c2
1 Parent(s): 60cde1a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -2
app.py CHANGED
@@ -123,7 +123,11 @@ if option == "Model information":
123
  col1, col2 = st.columns(2)
124
 
125
  with col1:
126
- st.image(r'lgbm_model_shap_evaluation.png')
127
 
128
  with col2:
129
- st.image(r'lgbm_model_shap_evaluation.png')
 
 
 
 
 
123
  col1, col2 = st.columns(2)
124
 
125
  with col1:
126
+ st.image(r'Confusion_matrix.png')
127
 
128
  with col2:
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")