linkedin / FastTreeSHAP

Fast SHAP value computation for interpreting tree-based models
BSD 2-Clause "Simplified" License
500 stars 30 forks source link

Support for RandomForestQuantileRegressor #34

Open isaacnewtonfx opened 1 month ago

isaacnewtonfx commented 1 month ago

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._quantileforest.RandomForestQuantileRegressor'>

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