SeldonIO / alibi

Algorithms for explaining machine learning models
https://docs.seldon.io/projects/alibi/en/stable/
Other
2.36k stars 249 forks source link

ALE for categorical features #233

Open jklaise opened 4 years ago

jklaise commented 4 years ago

ALE currently supports numerical features only. An extension to categorical features is possible, but comes with serious caveats for interpretability (see https://compstat-lmu.github.io/iml_methods_limitations/ale-misc.html) so I think some more research needs to be done before investing in categorical feature support.

jklaise commented 3 years ago

Tagged as low priority as it is unclear how to proceed with categorical features. An alternative would be to implement PDP which does support categorical features natively.