AttributeError: module 'shap' has no attribute 'TreeExplainer ...
github.com › slundberg › shapAug 27, 2018 · shap.summary_plot(shap_values, X_train,max_display=30) shap.summary_plot(shap_values, X_train, plot_type="bar",max_display=30) #result.append(ALL9) output [0.9685534591194969, 0.95, 0.8260869565217391, 0.8837209302325583, 0.8684679749357097] AttributeError: partially initialized module 'shap' has no attribute 'TreeExplainer' (most likely due to ...