Skip to content

Python 3.12, 3.11 shap

Compare
Choose a tag to compare
@HuangRicky HuangRicky released this 15 Dec 22:46
a72dfd5

shap latest 0.44 only support newer numpy like 1.26 or so.
also official shap 0.44 don't have python 3.12 linux binary

for shap 0.41.0, it is not compatible with newer numpy like 1.24.4 so we edited code to remove np.bool to make it version 0.41.0.1

update: 0.41.0.2 is the correct one, fixing np.float, etc.