ModelOriented / shapper

An R wrapper of SHAP python library
https://modeloriented.github.io/shapper/
58 stars 16 forks source link

Shap and GBM #23

Closed j-ghatak closed 4 years ago

j-ghatak commented 4 years ago

Hi,

I know shap has implementation for XGBoost and LightGBM. But can shap be used for plain vanilla GBM as well?

maksymiuks commented 4 years ago

Obviously there is. You just need to create an explainer using DALEX package and then use happier.