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
Describe the bug
User reported issue.
XGBoost + binary classification when using TreeExplainer fails due to bad shape.
SHAP TreeExplainer returns the wrong format for feature contribution values (lightgbm had similar issue but it was already fixed with PR shap/shap#690), we have a disabled test here:
Describe the bug
User reported issue.
XGBoost + binary classification when using TreeExplainer fails due to bad shape.
SHAP TreeExplainer returns the wrong format for feature contribution values (lightgbm had similar issue but it was already fixed with PR shap/shap#690), we have a disabled test here:
https://github.com/interpretml/interpret-community/blob/master/test/test_explain_model.py#L362
The fix requires a PR to SHAP
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Explanation should be returned
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Any
Smartphone (please complete the following information):
Any
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: