can not drawing decision tree with tree.export_text(clf)

前端 未结 0 1941
北恋
北恋 2021-02-08 13:34

i wanna visualize my Decision Tree with the below code:

from sklearn.tree import export_graphviz
from sklearn.externals.six import StringIO  
from IPython.display         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题