survshap
survshap copied to clipboard
Wrapper for `shap.TreeExplainer` for SurvSHAP
- [ ] implement
shap.TreeExplainer
for local explanations (PredictSurvSHAP
) - [ ] implement
shap.TreeExplainer
for global explanations (ModelSurvSHAP
) - [ ] check the other explainer types from
shap
library
implementation can be based on #15