You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am wondering how are the methods related to SHAP and Individual Conditional Expectation Plot?
Scott M. Lundberg, Su-In Lee, "A Unified Approach to Interpreting Model Predictions", NIPS Proceedings 2017 https://cran.r-project.org/web/packages/ICEbox/ICEbox.pdf
I would also be interested in how this works in comparison to SHAP. More generally, I think it would be really useful to have some documentation that outlines what exactly the explainer is doing.
Hi,
I am wondering how are the methods related to SHAP and Individual Conditional Expectation Plot?
Scott M. Lundberg, Su-In Lee, "A Unified Approach to Interpreting Model Predictions", NIPS Proceedings 2017
https://cran.r-project.org/web/packages/ICEbox/ICEbox.pdf
Latest XGBoost also has native support for SHAP:
https://github.com/dmlc/xgboost/blob/master/R-package/R/xgb.plot.shap.R
Thank you,
Haozhen
The text was updated successfully, but these errors were encountered: