Open LiSiryh opened 5 years ago
The following code that creat a pdf: tree_pic = export_graphviz(clf, out_file="mytree.pdf") with open('mytree.pdf') as f: dot_graph = f.read()
However, I can not open that, I wonder is there anything wrong?
graphviz没有安装正确
The following code that creat a pdf: tree_pic = export_graphviz(clf, out_file="mytree.pdf") with open('mytree.pdf') as f: dot_graph = f.read()
However, I can not open that, I wonder is there anything wrong?