Visualizing a decision tree ( example from scikit-learn )

后端 未结 2 494
难免孤独
难免孤独 2020-12-30 09:01

I\'m a noob in using sciki-learn so please bear with me.

I was going through the example: http://scikit-learn.org/stable/modules/tree.html#tree

>&         


        
2条回答
  •  暗喜
    暗喜 (楼主)
    2020-12-30 09:25

    You were very close! Just do:

    graph_from_dot_data(out.getvalue()).write_pdf("somefile.pdf")
    

提交回复
热议问题