linkedin / FastTreeSHAP

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

migrate from jit to njit #27

Closed julnow closed 1 year ago

julnow commented 1 year ago

Fixes deprecation warnings from jit mentioned in https://github.com/linkedin/FastTreeSHAP/issues/23 following fix of the original shap package https://github.com/dsgibbons/shap/pull/68

jlyang1990 commented 1 year ago

LGTM. Thanks @julnow for making this PR!