digraph Tree {
node [shape=box, style="filled, rounded", color="black", fontname="helvetica"] ;
edge [fontname="helvetica"] ;
0 [label=entropy = 1.045
samples = 135
value = [39.0, 1.0, 1.0, 93.0, 1.0]
class = No >, fillcolor="#9190f0"] ;
1 [label=entropy = 1.185
samples = 66
value = [28, 0, 1, 36, 1]
class = No >, fillcolor="#d6d5fa"] ;
0 -> 1 [labeldistance=2.5, labelangle=45, headlabel="True"] ;
2 [label=entropy = 0.678
samples = 23
value = [2, 0, 0, 20, 1]
class = No >, fillcolor="#5855e9"] ;
1 -> 2 ;
3 [label=samples = 13
value = [0, 0, 0, 13, 0]
class = No >, fillcolor="#3c39e5"] ;
2 -> 3 ;
4 [label=samples = 10
value = [2, 0, 0, 7, 1]
class = No >, fillcolor="#8583ef"] ;
2 -> 4 ;
5 [label=entropy = 1.096
samples = 43
value = [26, 0, 1, 16, 0]
class = Yes>, fillcolor="#f5d0b6"] ;
1 -> 5 ;
6 [label=samples = 22
value = [9, 0, 0, 13, 0]
class = No >, fillcolor="#c3c2f7"] ;
5 -> 6 ;
7 [label=samples = 21
value = [17, 0, 1, 3, 0]
class = Yes>, fillcolor="#eb9d65"] ;
5 -> 7 ;
8 [label=entropy = 0.739
samples = 69
value = [11.0, 1.0, 0.0, 57.0, 0.0]
class = No >, fillcolor="#6462ea"] ;
0 -> 8 [labeldistance=2.5, labelangle=-45, headlabel="False"] ;
9 [label=entropy = 0.323
samples = 34
value = [2, 0, 0, 32, 0]
class = No >, fillcolor="#4845e7"] ;
8 -> 9 ;
10 [label=samples = 15
value = [2, 0, 0, 13, 0]
class = No >, fillcolor="#5a57e9"] ;
9 -> 10 ;
11 [label=samples = 19
value = [0, 0, 0, 19, 0]
class = No >, fillcolor="#3c39e5"] ;
9 -> 11 ;
12 [label=entropy = 0.997
samples = 35
value = [9, 1, 0, 25, 0]
class = No >, fillcolor="#8785ef"] ;
8 -> 12 ;
13 [label=samples = 16
value = [7, 1, 0, 8, 0]
class = No >, fillcolor="#e9e9fc"] ;
12 -> 13 ;
14 [label=samples = 19
value = [2, 0, 0, 17, 0]
class = No >, fillcolor="#5350e8"] ;
12 -> 14 ;
}