Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Interaction SHAP values #15877

Open
RoelVerbelen opened this issue Oct 26, 2023 · 0 comments
Open

Interaction SHAP values #15877

RoelVerbelen opened this issue Oct 26, 2023 · 0 comments
Labels

Comments

@RoelVerbelen
Copy link

h2o::h2o.predict_contributions() implements feature contributions and computes the tree SHAP values (for DRF, GBM, XGBoost models). It would be great to also get tree SHAP interaction values, similar to xgboost's implementation of interaction contributions.

In R: xgboost:::predict.xgb.Booster(..., predinteraction = TRUE)

That would enable better understanding which interactions are modelled.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant