ModelOriented / treeshap

Compute SHAP values for your tree-based models using the TreeSHAP algorithm
https://modeloriented.github.io/treeshap/
GNU General Public License v3.0
78 stars 22 forks source link

support categorical features #15

Open hbaniecki opened 2 years ago

hbaniecki commented 2 years ago

ranger.unify and gbm.unify don't support categorical features, which is essential when working with factors in R.

nspyrison commented 2 years ago

Yes, would love this.

Mtrsh commented 9 months ago

any plans @krzyzinskim to add this feature ?