Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -44,5 +44,5 @@ fig, ax = plt.subplots()
|
|
| 44 |
shap.summary_plot(shap_values, X_test, plot_type="bar", show=False)
|
| 45 |
st.pyplot(fig, bbox_inches='tight')
|
| 46 |
fig2, ax2 = plt.subplots()
|
| 47 |
-
shap.plots.beeswarm(shap_values,
|
| 48 |
st.pyplot(fig2, bbox_inches='tight')
|
|
|
|
| 44 |
shap.summary_plot(shap_values, X_test, plot_type="bar", show=False)
|
| 45 |
st.pyplot(fig, bbox_inches='tight')
|
| 46 |
fig2, ax2 = plt.subplots()
|
| 47 |
+
shap.plots.beeswarm(shap_values, show=False)
|
| 48 |
st.pyplot(fig2, bbox_inches='tight')
|