linkedin / FastTreeSHAP

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

NumbaDeprecationWarning #23

Closed julnow closed 1 year ago

julnow commented 1 year ago

Just faced the same problem as the original SHAP package: https://github.com/slundberg/shap/issues/2909

jlyang1990 commented 1 year ago

Let's see how the PR https://github.com/dsgibbons/shap/pull/9 gets merged into shap package. If that merge is successful, we should do the same in this package.

jlyang1990 commented 1 year ago

Addressed in the PR https://github.com/linkedin/FastTreeSHAP/pull/27.

julnow commented 1 year ago

Hi @jlyang1990, is the new release planned anytime soon?

jlyang1990 commented 1 year ago

@julnow New release added https://pypi.org/project/fasttreeshap/0.1.5/.

julnow commented 1 year ago

Great, thanks! 🎉