interpretml / interpret

Fit interpretable models. Explain blackbox machine learning.
https://interpret.ml/docs
MIT License
6.04k stars 714 forks source link

MAINT: make compatible to NumPy 2 #525

Closed DerWeh closed 1 month ago

DerWeh commented 1 month ago

NumPy is about to release version 2 cleaning up their API, see https://numpy.org/devdocs/release/2.0.0-notes.html#numpy-2-0-python-api-removals

This PR ensures compatibility with the upcoming NumPy release by adopting the future-prove type names.