RandomForestClassifier shap.TreeExplainer.shap_values(X) what is shap_values[i]?

前端 未结 0 765
抹茶落季
抹茶落季 2021-01-03 19:20

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         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题