oegedijk / explainerdashboard

Quickly build Explainable AI dashboards that show the inner workings of so-called "blackbox" machine learning models.
http://explainerdashboard.readthedocs.io
MIT License
2.32k stars 332 forks source link

explaindashboard failed to run #261

Closed DAVINDERYADAVRJIT closed 1 year ago

DAVINDERYADAVRJIT commented 1 year ago

I downgrade to override the flask issue and ends up with AttributeError: module 'numpy' has no attribute 'bool'.

piece of code I'm running is what has been shared as Example of use
image

oegedijk commented 1 year ago

yeah, seems to be incompatibilility with the shap library and numpy 1.24, so you need to downgrade to numpy==1.23

Just did a release that pins the numpy dependency for now...