Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -558,7 +558,7 @@ elif option == "Predict Financial Savings Behavior":
|
|
| 558 |
st.subheader('Feature Contributions 🤖')
|
| 559 |
st.write("""- Blue bars push the probability lower
|
| 560 |
while the Red bars push the probability higher""")
|
| 561 |
-
st.write("- An analysis of the results will be
|
| 562 |
|
| 563 |
# Ensure SHAP values are handled properly (flatten if multi-dimensional)
|
| 564 |
shap_values = explainer.shap_values(features)
|
|
|
|
| 558 |
st.subheader('Feature Contributions 🤖')
|
| 559 |
st.write("""- Blue bars push the probability lower
|
| 560 |
while the Red bars push the probability higher""")
|
| 561 |
+
st.write("- An analysis of the results will be visible below the plot after a short loading time")
|
| 562 |
|
| 563 |
# Ensure SHAP values are handled properly (flatten if multi-dimensional)
|
| 564 |
shap_values = explainer.shap_values(features)
|