linkedin / FastTreeSHAP

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

Change np.int to int #28

Closed sunpeng52 closed 1 year ago

sunpeng52 commented 1 year ago

I found a outdated numpy data type in _tree.py and changed np.int to int. This PR is similar to other previous PRs.

jlyang1990 commented 1 year ago

Thanks @sunpeng52 for figuring out and resolving this issue!