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
Hi
This link in Readme is dead [3] https://drafts.distill.pub/HughChen/its_blog/
A small question, please
you are saying that the implemented method is interventional probability (in GPU Tree SHap in xgboost library) instead of conditional probability [3] (in shap library).
is it the case?
thanks
The text was updated successfully, but these errors were encountered:
This project provides C++ functions for both interventional and conditional. Xgboost uses the conditional version (I wanted it to be consistent with the existing CPU version). In the GPUTreeExplainer module of the shap package you can use either interventional or conditional.
Hi
This link in Readme is dead
[3] https://drafts.distill.pub/HughChen/its_blog/
A small question, please
you are saying that the implemented method is interventional probability (in GPU Tree SHap in xgboost library) instead of conditional probability [3] (in shap library).
is it the case?
thanks
The text was updated successfully, but these errors were encountered: