I am trying to plot SHAP This is my code (rnd_clf) is a RandomForestClassifier
import shap explainer = shap.TreeExplainer(rnd_clf) shap_values = ex