import graphviz with open(\'tree.dot\') as f: dot_graph = f.read() graphviz.Source(dot_graph)
I try to visualize DecisionTree by iris_data but g