我想顯示世鵬科技電子陰謀,這是代碼:
進口xgboost進口世鵬科技電子shap.initjs() #負載JS可視化代碼notebookX, y = shap.datasets.boston() #火車XGBoost模型
= xgboost模型。火車({“learning_rate”: 0.01}, xgboost。DMatrix (X,標簽= y), 100)
講解員= shap.TreeExplainer(模型)#解釋模型的預測使用世鵬科技電子值
shap_values = explainer.shap_values (X)
shap_explain = shap.force_plot(講解員。expected_value, shap_values [0,:], X.iloc[0,:]) #想象第一個預言的解釋
displayHTML (shap_explain.data) #顯示陰謀
然而我收到以下錯誤:
任何幫助深表感謝!