christophM / interpretable-ml-book

Book about interpretable machine learning
https://christophm.github.io/interpretable-ml-book/
Other
4.72k stars 1.04k forks source link

SHAP/ DALEX and TABNET #322

Open balazsgonczy opened 2 years ago

balazsgonczy commented 2 years ago

Dear Christoph,

I have seen a publication (https://dl.acm.org/doi/10.1145/3368308.3415382) that you contributed to, where you both applied TABNET and SHAP interpretation metrics. I couldn't find any way to make the shap library (https://shap.readthedocs.io/en/latest/index.html) work with TABNET (https://github.com/dreamquark-ai/tabnet).

Also I am having trouble with the implementation of DALEX library (https://dalex.drwhy.ai/python/) on the same TABNET library.

I wonder whether you know a workaround my problems, if you think so please let me know!

Kind regards,

Balázs