digraph Tree { node [shape=box, style="filled, rounded", color="black", fontname=helvetica] ; edge [fontname=helvetica] ; 0 [label=entropy = 2.092
samples = 280
value = [78, 41, 29, 108, 24]>, fillcolor="#e2e2fb"] ; 1 [label=entropy = 0.929
samples = 119
value = [78, 41, 0, 0, 0]>, fillcolor="#f3c3a1"] ; 0 -> 1 [labeldistance=2.5, labelangle=45, headlabel="True"] ; 2 [label=entropy = 0.796
samples = 54
value = [13, 41, 0, 0, 0]>, fillcolor="#a5ed78"] ; 1 -> 2 ; 3 [label=samples = 13
value = [13, 0, 0, 0, 0]>, fillcolor="#e58139"] ; 2 -> 3 ; 4 [label=samples = 41
value = [0, 41, 0, 0, 0]>, fillcolor="#7be539"] ; 2 -> 4 ; 5 [label=samples = 65
value = [65, 0, 0, 0, 0]>, fillcolor="#e58139"] ; 1 -> 5 ; 6 [label=entropy = 1.241
samples = 161
value = [0, 0, 29, 108, 24]>, fillcolor="#8a88ef"] ; 0 -> 6 [labeldistance=2.5, labelangle=-45, headlabel="False"] ; 7 [label=samples = 108
value = [0, 0, 0, 108, 0]>, fillcolor="#3c39e5"] ; 6 -> 7 ; 8 [label=entropy = 0.994
samples = 53
value = [0, 0, 29, 0, 24]>, fillcolor="#ddfbf5"] ; 6 -> 8 ; 9 [label=samples = 29
value = [0, 0, 29, 0, 0]>, fillcolor="#39e5c5"] ; 8 -> 9 ; 10 [label=samples = 24
value = [0, 0, 0, 0, 24]>, fillcolor="#e539c0"] ; 8 -> 10 ; }