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
ModuleNotFoundError Traceback (most recent call last) Cell In[2], line 21 19 from sklearn.preprocessing import StandardScaler 20 from sklearn import tree ---> 21 import graphviz 22 import pydot 23 import pydotplus
ModuleNotFoundError: No module named 'graphviz'
help me to solve this error
The text was updated successfully, but these errors were encountered:
No branches or pull requests
%pylab is deprecated, use %matplotlib inline and import the required libraries.
Populating the interactive namespace from numpy and matplotlib
ModuleNotFoundError Traceback (most recent call last)
Cell In[2], line 21
19 from sklearn.preprocessing import StandardScaler
20 from sklearn import tree
---> 21 import graphviz
22 import pydot
23 import pydotplus
ModuleNotFoundError: No module named 'graphviz'
help me to solve this error
The text was updated successfully, but these errors were encountered: