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

it would be intersting to add tree-SHAP to smile #515

Closed
rayeaster opened this issue Feb 5, 2020 · 1 comment
Closed

it would be intersting to add tree-SHAP to smile #515

rayeaster opened this issue Feb 5, 2020 · 1 comment

Comments

@rayeaster
Copy link
Contributor

rayeaster commented Feb 5, 2020

SHAP is a recently proposed algorithm for interpretable machine learning by

Lundberg, Scott M., and Su-In Lee. “A unified approach to interpreting model predictions.” Advances in Neural Information Processing Systems. 2017

and tree-SHAP is a specific version of implementation for tree-based machine learning like CART, Random Forest, Gradient Boost, etc.

Lundberg, Scott M., Gabriel G. Erion, and Su-In Lee. “Consistent individualized feature attribution for tree ensembles.” arXiv preprint arXiv:1802.03888 (2018)

https://github.com/slundberg/shap/blob/master/shap/explainers/pytree.py

This was referenced Apr 3, 2020
@haifengl
Copy link
Owner

haifengl commented Apr 8, 2020

I have merged shap branch into master. Thanks!

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

No branches or pull requests

2 participants