linkedin / FastTreeSHAP

Fast SHAP value computation for interpreting tree-based models

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for RandomForestQuantileRegressor

isaacnewtonfx opened this issue · comments

In my thesis, I tried to use FastTreeSHAP to explain RandomForestQuantileRegressor , i get the following error:

_Exception: Model type not yet supported by TreeExplainer: <class 'quantile_forest.quantile_forest.RandomForestQuantileRegressor'>

For this reason, I have to drop using FastTreeSHAP which is sad.