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
If you implement TreeExplainers & Explainer for Classification/Regression manually, it might boost performance and drop our dependency on SHAP (which is kinda messy)
Desired Outcome
Remove SHAP as dependency
Solution Outline
Do as described above
The text was updated successfully, but these errors were encountered:
Problem Description
At the moment we use SHAP. But as we can see here:
https://github.com/shap/shap/blob/master/shap/explainers/_tree.py#L452
SHAP is calling the specific libraries to do the SHAP calculation for them.
If you implement TreeExplainers & Explainer for Classification/Regression manually, it might boost performance and drop our dependency on SHAP (which is kinda messy)
Desired Outcome
Remove SHAP as dependency
Solution Outline
Do as described above
The text was updated successfully, but these errors were encountered: