I am trying to import the graphviz to visualize the DecisionTree,
import graphviz
but after installing the graphviz in Anaconda3, it shows the error:
AttributeError: module 'graphviz.backend' has no attribute 'ENCODING'.
I don't know how to solve this problem, maybe it is the version of the graphviz or something else?