LightGBM plot_tree() Leaf numbers
17:27 16 Mar 2020

What do the numbers on the LightGBM plot_tree method represent? As an example, I used the Pima Indian Diabettes dataset and then used the plot_tree method to yield the following: enter image description here

What do the numbers on the leaf nodes represent?

lightgbm