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.
Asked
Active
Viewed 35 times
1 Answers
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:

PV8
- 5,799
- 7
- 43
- 87