0

Sklearn function tree.plot_tree displays boxes representing tree nodes with different sizes. Does anybody know what size of box represent? I’m not able to figure it out.

TZDM
  • 31
  • 3

1 Answers1

0

There is no special meaning of it,

https://scikit-learn.org/stable/auto_examples/tree/plot_unveil_tree_structure.html#tree-structure

it is just a default setting.

If you want to adjust the size, you find a useful question and answer here:

Sklearn plot_tree plot is too small

PV8
  • 5,799
  • 7
  • 43
  • 87