Question: Hello, please how can i fix this error in python AttributeError : module 'graphviz.backend' has no attribute 'ENCODING' In [26]: H from sklearn. tree import
Hello, please how can i fix this error in python
AttributeError: module 'graphviz.backend' has no attribute 'ENCODING'

In [26]: H from sklearn. tree import export_graphviz import graphviz dot_data = export_graphviz(tree, class_names=[ "Not Accept", "Accept" ], feature_names=loan_feature_names, filled = True} graph = graphviz. Source (dot_data, format= "png") graph AttributeError Traceback (most recent call last)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
