bs3va commited on
Commit
f94e3fc
Β·
verified Β·
1 Parent(s): 7765e5a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -13,9 +13,9 @@ loaded_model = pickle.load(open("filtered_xgb_model.pkl", 'rb'))
13
  explainer = shap.Explainer(loaded_model) # PLEASE DO NOT CHANGE THIS.
14
 
15
  example_options = {
16
- "🟒 Well Engaged": [4.5, 4.5, 4.6, 4.7, 5, 4.9],
17
- "🟑 Marginal": [5, 4, 5, 4, 4, 4],
18
- "πŸ”΄ At Risk": [4, 4, 4, 4, 5, 5]
19
  }
20
 
21
  # Function to apply the example values
 
13
  explainer = shap.Explainer(loaded_model) # PLEASE DO NOT CHANGE THIS.
14
 
15
  example_options = {
16
+ "🟒 Well Engaged": [4.9, 5, 5, 4.9, 5, 5],
17
+ "🟑 Marginal": [5, 4.6, 5, 5, 5, 4.7],
18
+ "πŸ”΄ At Risk": [4.5, 4.7, 4.8, 4.5, 4.7, 4.5]
19
  }
20
 
21
  # Function to apply the example values