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 23 forks source link

Saabas Values #21

Open markusloecher opened 1 year ago

markusloecher commented 1 year ago

Dear authors, thanks for a great package. The original python version by Lundberg offers the Boolean approximate=True parameter which will compute Saabas scores instead of SHAP values. Is that a possibility in treeshap? Thx

krzyzinskim commented 1 year ago

Unfortunately, this is not possible in treeshap at the moment 😕 I will leave the issue open to perhaps address it in the future.