Closed hadoop-cloud closed 1 year ago
i think there is no dtreeviz module inside dtreeviz
ifails here from dtreeviz.trees import ShadowDecTree, dtreeviz
this imports works fine in google colab, but it doesn't works on jupyter instance.
from dtreeviz.trees import ShadowDecTree, dtreeviz
I'm having the same issue with cloudera platform: from explainerdashboard import ClassifierExplainer, ExplainerDashboard ImportError: cannot import name 'dtreeviz' ImportError Traceback (most recent call last) in engine ----> 1 from explainerdashboard import ClassifierExplainer, ExplainerDashboard
/home/cdsw/.local/lib/python3.6/site-packages/explainerdashboard/init.py in
/home/cdsw/.local/lib/python3.6/site-packages/explainerdashboard/explainers.py in
ImportError: cannot import name 'dtreeviz'
This usually has to do with dependent libraries. I'd try upgrading or downgrading shap/dtreeviz to fix it.
Also check https://github.com/oegedijk/explainerdashboard/issues/253#issue-1573799601
Hi, this should be fixed in the latest released version (0.4.2) could you confirm?
Yes, it seems that it worked on Colab notebook. but my jupyter instance still shows the same error. Not sure may be due to env issues. Thanks for your reply.
Hi Community,
I am learning explainability techniques, i found this very promising open source package. I am facing an issue while i does an import .
Any help here would be really great
from explainerdashboard import ClassifierExplainer, RegressionExplainer
`--------------------------------------------------------------------------- ImportError Traceback (most recent call last)