Home > Software engineering >  How to change colors for decision tree plot using sklearn plot_tree?
How to change colors for decision tree plot using sklearn plot_tree?

Time:12-28

How to change colors in decision tree plot using sklearn.tree.plot_tree without using graphviz as in this question: changing the colors of sklearn plot_tree

  • Related