Visualizing decision tree in scikit-learn

后端 未结 11 2195
广开言路
广开言路 2020-12-02 10:26

I am trying to design a simple Decision Tree using scikit-learn in Python (I am using Anaconda\'s Ipython Notebook with Python 2.7.3 on Windows OS) and visualize it as follo

11条回答
  •  星月不相逢
    2020-12-02 11:09

    You can copy the contents of the export_graphviz file and you can paste the same in the webgraphviz.com site.

    You can check out the article on How to visualize the decision tree in Python with graphviz for more information.

提交回复
热议问题