dvj4 commited on
Commit
9a580cf
·
1 Parent(s): 5a74294

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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, ax=ax2)
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')