oegedijk / explainerdashboard

Quickly build Explainable AI dashboards that show the inner workings of so-called "blackbox" machine learning models.

Home Page:http://explainerdashboard.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TypeError: __init__() got an unexpected keyword argument 'unbound_message'

Jpnewmenji opened this issue · comments

Hi I am somehow unable to import the SDK

from explainerdashboard import ClassifierExplainer, ExplainerDashboard

Throws an error.

Is this still expected to work in Jupyter notebook?

It is definitely expected to work in a jupyter notebook.

Not sure about this error, but could be a Flask issue? https://stackoverflow.com/questions/73337927/typeerror-init-got-an-unexpected-keyword-argument-unbound-message

Maybe try to pip install -U flask werkzeug to get the latest versions...