We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ImportError Traceback (most recent call last) C:\Users\PCALAT~1\AppData\Local\Temp/ipykernel_9448/3963414832.py in ----> 1 from dtreeviz.trees import dtreeviz # remember to load the package 2 3 viz = dtreeviz(regr, X, y, 4 target_name="target", 5 feature_names=boston.feature_names)
ImportError: cannot import name 'dtreeviz' from 'dtreeviz.trees'
I have just started to use the library but Iam facing this issue.
The text was updated successfully, but these errors were encountered:
@pablocp-stockfink it seems that your are using an old code example on a new library version.
You can find examples with the latest code in the notebooks folder: https://github.com/parrt/dtreeviz/tree/master/notebooks.
Sorry, something went wrong.
No branches or pull requests
ImportError Traceback (most recent call last)
C:\Users\PCALAT~1\AppData\Local\Temp/ipykernel_9448/3963414832.py in
----> 1 from dtreeviz.trees import dtreeviz # remember to load the package
2
3 viz = dtreeviz(regr, X, y,
4 target_name="target",
5 feature_names=boston.feature_names)
ImportError: cannot import name 'dtreeviz' from 'dtreeviz.trees'
I have just started to use the library but Iam facing this issue.
The text was updated successfully, but these errors were encountered: