-
Notifications
You must be signed in to change notification settings - Fork 791
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
SHAP Tree_Explainer failed in notebook #727
Comments
@alexander-pv Hi Alexander, I believe this is related to the PR you submitted to SHAP. We are creating this issue so we can track the progress. |
Hi, @vincewu51! For now, perhaps, the only way is to install this fork from source. I believe causalml support in shap will be added soon enough. I've just closed my debt there. |
Ive installed the fork youve mentioned but am still getting Anything i can do about it? |
Hi @AlanGanem, the fork should be working. If not, SHAP package will merge the PR soon. You can track it here:Issue 3273 |
I have created an issue that similar to your problem => #735 Also I have found a way to plot shap values based on |
@alexander-pv, can you follow up on this with the SHAP team? Thanks. |
Hi, all! Over the past few months, there have been over a hundred commits in shap project, so I updated shap/shap#3273 to speedup the process. The PR is expected to be in the next 0.46.0 shap release according to the milestone. |
I must express my regret that as of the time of writing this comment, this bug has not been fixed. It looks like the milestone in 0.46.0 has been removed and has now been added to SHAP 0.47.0. I hope this legacy issue can be resolved as soon as possible. Thank you very much! The current versions of the relevant packages are: |
Describe the bug
A clear and concise description of what the bug is.
The SHAP Tree Explainer function doesn't support causal ml causaltree
It is related to issue
Issue 3273
To Reproduce
Steps to reproduce the behavior:
Run notebook
Expected behavior
A clear and concise description of what you expected to happen.
Model type should be supported by TreeExplainer class
Screenshots
If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: