linkedin / FastTreeSHAP

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

change np.bool8 to bool #26

Closed julnow closed 1 year ago

julnow commented 1 year ago

Following the discussion in https://github.com/linkedin/FastTreeSHAP/issues/20 one np.bool8 was overlooked, which should be replaced by simple bool

jlyang1990 commented 1 year ago

Thanks @julnow for pointing out and fixing it!