-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathgender_classifier_5.dot
129 lines (129 loc) · 8.66 KB
/
gender_classifier_5.dot
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
digraph Tree {
node [shape=box, style="filled, rounded", color="black", fontname=helvetica] ;
edge [fontname=helvetica] ;
0 [label=<Shoujo ≤ 0.017<br/>gini = 0.457<br/>samples = 108711<br/>value = [37330, 70880, 501]<br/>class = Male>, fillcolor="#39e58178"] ;
1 [label=<ShounenAi ≤ 0.002<br/>gini = 0.233<br/>samples = 75950<br/>value = [9816, 65785, 349]<br/>class = Male>, fillcolor="#39e581d8"] ;
0 -> 1 [labeldistance=2.5, labelangle=45, headlabel="True"] ;
2 [label=<Ecchi ≤ 0.001<br/>gini = 0.194<br/>samples = 72258<br/>value = [7560, 64410, 288]<br/>class = Male>, fillcolor="#39e581e0"] ;
1 -> 2 ;
3 [label=<Sci-Fi ≤ 0.013<br/>gini = 0.449<br/>samples = 7210<br/>value = [2408, 4781, 21]<br/>class = Male>, fillcolor="#39e5817e"] ;
2 -> 3 ;
4 [label=<Historical ≤ 0.022<br/>gini = 0.499<br/>samples = 2494<br/>value = [1149, 1340, 5]<br/>class = Male>, fillcolor="#39e58124"] ;
3 -> 4 ;
5 [label=<gini = 0.491<br/>samples = 2100<br/>value = [889, 1206, 5]<br/>class = Male>, fillcolor="#39e58143"] ;
4 -> 5 ;
6 [label=<gini = 0.449<br/>samples = 394<br/>value = [260, 134, 0]<br/>class = Female>, fillcolor="#e581397c"] ;
4 -> 6 ;
7 [label=<Shoujo ≤ 0.01<br/>gini = 0.396<br/>samples = 4716<br/>value = [1259, 3441, 16]<br/>class = Male>, fillcolor="#39e581a1"] ;
3 -> 7 ;
8 [label=<gini = 0.365<br/>samples = 4139<br/>value = [974, 3152, 13]<br/>class = Male>, fillcolor="#39e581af"] ;
7 -> 8 ;
9 [label=<gini = 0.505<br/>samples = 577<br/>value = [285, 289, 3]<br/>class = Male>, fillcolor="#39e58103"] ;
7 -> 9 ;
10 [label=<Shoujo ≤ 0.012<br/>gini = 0.153<br/>samples = 65048<br/>value = [5152, 59629, 267]<br/>class = Male>, fillcolor="#39e581e8"] ;
2 -> 10 ;
11 [label=<MartialArts ≤ 0.0<br/>gini = 0.121<br/>samples = 57809<br/>value = [3505, 54077, 227]<br/>class = Male>, fillcolor="#39e581ed"] ;
10 -> 11 ;
12 [label=<gini = 0.274<br/>samples = 8640<br/>value = [1345, 7237, 58]<br/>class = Male>, fillcolor="#39e581ce"] ;
11 -> 12 ;
13 [label=<gini = 0.091<br/>samples = 49169<br/>value = [2160, 46840, 169]<br/>class = Male>, fillcolor="#39e581f2"] ;
11 -> 13 ;
14 [label=<Harem ≤ 0.017<br/>gini = 0.36<br/>samples = 7239<br/>value = [1647, 5552, 40]<br/>class = Male>, fillcolor="#39e581b2"] ;
10 -> 14 ;
15 [label=<gini = 0.455<br/>samples = 3665<br/>value = [1227, 2412, 26]<br/>class = Male>, fillcolor="#39e5817c"] ;
14 -> 15 ;
16 [label=<gini = 0.214<br/>samples = 3574<br/>value = [420, 3140, 14]<br/>class = Male>, fillcolor="#39e581dc"] ;
14 -> 16 ;
17 [label=<ShounenAi ≤ 0.004<br/>gini = 0.488<br/>samples = 3692<br/>value = [2256, 1375, 61]<br/>class = Female>, fillcolor="#e5813961"] ;
1 -> 17 ;
18 [label=<Shoujo ≤ 0.011<br/>gini = 0.506<br/>samples = 1279<br/>value = [545, 715, 19]<br/>class = Male>, fillcolor="#39e5813b"] ;
17 -> 18 ;
19 [label=<MartialArts ≤ 0.007<br/>gini = 0.417<br/>samples = 622<br/>value = [168, 444, 10]<br/>class = Male>, fillcolor="#39e5819b"] ;
18 -> 19 ;
20 [label=<gini = 0.486<br/>samples = 350<br/>value = [124, 218, 8]<br/>class = Male>, fillcolor="#39e5816a"] ;
19 -> 20 ;
21 [label=<gini = 0.283<br/>samples = 272<br/>value = [44, 226, 2]<br/>class = Male>, fillcolor="#39e581cc"] ;
19 -> 21 ;
22 [label=<Mystery ≤ 0.031<br/>gini = 0.5<br/>samples = 657<br/>value = [377, 271, 9]<br/>class = Female>, fillcolor="#e5813946"] ;
18 -> 22 ;
23 [label=<gini = 0.502<br/>samples = 327<br/>value = [142, 182, 3]<br/>class = Male>, fillcolor="#39e58137"] ;
22 -> 23 ;
24 [label=<gini = 0.42<br/>samples = 330<br/>value = [235, 89, 6]<br/>class = Female>, fillcolor="#e581399a"] ;
22 -> 24 ;
25 [label=<Historical ≤ 0.014<br/>gini = 0.422<br/>samples = 2413<br/>value = [1711, 660, 42]<br/>class = Female>, fillcolor="#e5813999"] ;
17 -> 25 ;
26 [label=<Sci-Fi ≤ 0.05<br/>gini = 0.483<br/>samples = 1246<br/>value = [776, 447, 23]<br/>class = Female>, fillcolor="#e5813969"] ;
25 -> 26 ;
27 [label=<gini = 0.459<br/>samples = 980<br/>value = [654, 303, 23]<br/>class = Female>, fillcolor="#e5813984"] ;
26 -> 27 ;
28 [label=<gini = 0.497<br/>samples = 266<br/>value = [122, 144, 0]<br/>class = Male>, fillcolor="#39e58127"] ;
26 -> 28 ;
29 [label=<Military ≤ 0.02<br/>gini = 0.325<br/>samples = 1167<br/>value = [935, 213, 19]<br/>class = Female>, fillcolor="#e58139c1"] ;
25 -> 29 ;
30 [label=<gini = 0.286<br/>samples = 950<br/>value = [790, 142, 18]<br/>class = Female>, fillcolor="#e58139cd"] ;
29 -> 30 ;
31 [label=<gini = 0.446<br/>samples = 217<br/>value = [145, 71, 1]<br/>class = Female>, fillcolor="#e5813981"] ;
29 -> 31 ;
32 [label=<Shoujo ≤ 0.024<br/>gini = 0.27<br/>samples = 32761<br/>value = [27514, 5095, 152]<br/>class = Female>, fillcolor="#e58139cf"] ;
0 -> 32 [labeldistance=2.5, labelangle=-45, headlabel="False"] ;
33 [label=<ShounenAi ≤ 0.001<br/>gini = 0.465<br/>samples = 8301<br/>value = [5323, 2922, 56]<br/>class = Female>, fillcolor="#e5813972"] ;
32 -> 33 ;
34 [label=<Ecchi ≤ 0.024<br/>gini = 0.504<br/>samples = 4783<br/>value = [2358, 2405, 20]<br/>class = Male>, fillcolor="#39e58105"] ;
33 -> 34 ;
35 [label=<Supernatural ≤ 0.053<br/>gini = 0.49<br/>samples = 3279<br/>value = [1917, 1346, 16]<br/>class = Female>, fillcolor="#e581394b"] ;
34 -> 35 ;
36 [label=<gini = 0.502<br/>samples = 1356<br/>value = [633, 717, 6]<br/>class = Male>, fillcolor="#39e5811e"] ;
35 -> 36 ;
37 [label=<gini = 0.447<br/>samples = 1923<br/>value = [1284, 629, 10]<br/>class = Female>, fillcolor="#e5813981"] ;
35 -> 37 ;
38 [label=<Mystery ≤ 0.028<br/>gini = 0.418<br/>samples = 1504<br/>value = [441, 1059, 4]<br/>class = Male>, fillcolor="#39e58194"] ;
34 -> 38 ;
39 [label=<gini = 0.339<br/>samples = 1089<br/>value = [230, 855, 4]<br/>class = Male>, fillcolor="#39e581ba"] ;
38 -> 39 ;
40 [label=<gini = 0.5<br/>samples = 415<br/>value = [211, 204, 0]<br/>class = Female>, fillcolor="#e5813908"] ;
38 -> 40 ;
41 [label=<Supernatural ≤ 0.05<br/>gini = 0.268<br/>samples = 3518<br/>value = [2965, 517, 36]<br/>class = Female>, fillcolor="#e58139d0"] ;
33 -> 41 ;
42 [label=<Yaoi ≤ 0.001<br/>gini = 0.403<br/>samples = 875<br/>value = [634, 234, 7]<br/>class = Female>, fillcolor="#e581399f"] ;
41 -> 42 ;
43 [label=<gini = 0.478<br/>samples = 463<br/>value = [285, 175, 3]<br/>class = Female>, fillcolor="#e5813961"] ;
42 -> 43 ;
44 [label=<gini = 0.262<br/>samples = 412<br/>value = [349, 59, 4]<br/>class = Female>, fillcolor="#e58139d1"] ;
42 -> 44 ;
45 [label=<Harem ≤ 0.034<br/>gini = 0.211<br/>samples = 2643<br/>value = [2331, 283, 29]<br/>class = Female>, fillcolor="#e58139dd"] ;
41 -> 45 ;
46 [label=<gini = 0.2<br/>samples = 2595<br/>value = [2306, 260, 29]<br/>class = Female>, fillcolor="#e58139df"] ;
45 -> 46 ;
47 [label=<gini = 0.499<br/>samples = 48<br/>value = [25, 23, 0]<br/>class = Female>, fillcolor="#e5813914"] ;
45 -> 47 ;
48 [label=<Josei ≤ 0.002<br/>gini = 0.169<br/>samples = 24460<br/>value = [22191, 2173, 96]<br/>class = Female>, fillcolor="#e58139e5"] ;
32 -> 48 ;
49 [label=<Shoujo ≤ 0.035<br/>gini = 0.262<br/>samples = 8703<br/>value = [7357, 1319, 27]<br/>class = Female>, fillcolor="#e58139d1"] ;
48 -> 49 ;
50 [label=<Harem ≤ 0.039<br/>gini = 0.395<br/>samples = 2750<br/>value = [2015, 720, 15]<br/>class = Female>, fillcolor="#e58139a3"] ;
49 -> 50 ;
51 [label=<gini = 0.371<br/>samples = 2573<br/>value = [1946, 612, 15]<br/>class = Female>, fillcolor="#e58139ad"] ;
50 -> 51 ;
52 [label=<gini = 0.476<br/>samples = 177<br/>value = [69, 108, 0]<br/>class = Male>, fillcolor="#39e5815c"] ;
50 -> 52 ;
53 [label=<Shoujo ≤ 0.056<br/>gini = 0.185<br/>samples = 5953<br/>value = [5342, 599, 12]<br/>class = Female>, fillcolor="#e58139e2"] ;
49 -> 53 ;
54 [label=<gini = 0.257<br/>samples = 2727<br/>value = [2316, 403, 8]<br/>class = Female>, fillcolor="#e58139d2"] ;
53 -> 54 ;
55 [label=<gini = 0.116<br/>samples = 3226<br/>value = [3026, 196, 4]<br/>class = Female>, fillcolor="#e58139ee"] ;
53 -> 55 ;
56 [label=<Shoujo ≤ 0.039<br/>gini = 0.111<br/>samples = 15757<br/>value = [14834, 854, 69]<br/>class = Female>, fillcolor="#e58139ef"] ;
48 -> 56 ;
57 [label=<ShounenAi ≤ 0.0<br/>gini = 0.163<br/>samples = 8090<br/>value = [7369, 671, 50]<br/>class = Female>, fillcolor="#e58139e6"] ;
56 -> 57 ;
58 [label=<gini = 0.283<br/>samples = 2162<br/>value = [1794, 362, 6]<br/>class = Female>, fillcolor="#e58139cb"] ;
57 -> 58 ;
59 [label=<gini = 0.113<br/>samples = 5928<br/>value = [5575, 309, 44]<br/>class = Female>, fillcolor="#e58139ef"] ;
57 -> 59 ;
60 [label=<ShounenAi ≤ 0.061<br/>gini = 0.051<br/>samples = 7667<br/>value = [7465, 183, 19]<br/>class = Female>, fillcolor="#e58139f8"] ;
56 -> 60 ;
61 [label=<gini = 0.049<br/>samples = 7600<br/>value = [7409, 172, 19]<br/>class = Female>, fillcolor="#e58139f8"] ;
60 -> 61 ;
62 [label=<gini = 0.274<br/>samples = 67<br/>value = [56, 11, 0]<br/>class = Female>, fillcolor="#e58139cd"] ;
60 -> 62 ;
}