Chidi

Results 1 issues of Chidi

When plotting the 2 SHAP figures, the figures appear, but the following warning also appears. ```python st.header('Feature Importance') plt.title('Feature importance based on SHAP values') shap.summary_plot(shap_values, X) st.pyplot(bbox_inches = 'tight') st.write('----')...