Chidi
Results
1
issues of
Chidi
boston-house-ml-app.py - PyplotGlobalUseWarning: You are calling st.pyplot() without any arguments.
1
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('----')...