Update src/streamlit_app.py
Browse files- src/streamlit_app.py +1 -0
src/streamlit_app.py
CHANGED
|
@@ -155,6 +155,7 @@ else:
|
|
| 155 |
explainer.expected_value,
|
| 156 |
shap_values[0],
|
| 157 |
_to_dense(X_row)[0],
|
|
|
|
| 158 |
feature_names=feature_names
|
| 159 |
)
|
| 160 |
st_shap(shap_plot, height=250)
|
|
|
|
| 155 |
explainer.expected_value,
|
| 156 |
shap_values[0],
|
| 157 |
_to_dense(X_row)[0],
|
| 158 |
+
matplotlib=False,
|
| 159 |
feature_names=feature_names
|
| 160 |
)
|
| 161 |
st_shap(shap_plot, height=250)
|