windows python3库pydot运行出现:FileNotFoundError: [WinError 2] "dot" not found in path.

测试代码:html     from sklearn.datasets import load_iris     from sklearn import tree     iris = load_iris()     clf = tree.DecisionTreeClassifier()     clf = clf.fit(iris.data, iris.target)     from skle
相关文章
相关标签/搜索