Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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.
|
17 |
-
"π‘ Marginal": [5, 4, 5,
|
18 |
-
"π΄ At Risk": [4, 4, 4, 4,
|
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
|