|
1 | 1 | digraph G { |
2 | | - label = "Dependencies between features and data sources of revscoring"; |
3 | | - rankdir = "TB"; |
4 | | - node [style="filled",fillcolor="palegreen"]; |
5 | | - 0 [label="<added_badwords_ratio>"]; |
6 | | - 1 [label="<added_misspellings_ratio>"]; |
7 | | - 2 [label="<badwords_added>"]; |
8 | | - 3 [label="<bytes_changed>"]; |
9 | | - 4 [label="<chars_added>"]; |
10 | | - 5 [label="<day_of_week_in_utc>"]; |
11 | | - 6 [label="<hour_of_day_in_utc>"]; |
12 | | - 7 [label="<is_content_namespace>"]; |
13 | | - 8 [label="<is_custom_comment>"]; |
14 | | - 9 [label="<is_mainspace>"]; |
15 | | - 10 [label="<is_previous_user_same>"]; |
16 | | - 11 [label="<is_section_comment>"]; |
17 | | - 12 [label="<longest_repeated_char_added>"]; |
18 | | - 13 [label="<longest_token_added>"]; |
19 | | - 14 [label="<markup_chars_added>"]; |
20 | | - 15 [label="<misspellings_added>"]; |
21 | | - 16 [label="<numeric_chars_added>"]; |
22 | | - 17 [label="<page_age_in_seconds>"]; |
23 | | - 18 [label="<prev_badwords>"]; |
24 | | - 19 [label="<prev_misspellings>"]; |
25 | | - 20 [label="<prev_words>"]; |
26 | | - 21 [label="<proportion_of_badwords_added>"]; |
27 | | - 22 [label="<proportion_of_markup_added>"]; |
28 | | - 23 [label="<proportion_of_misspellings_added>"]; |
29 | | - 24 [label="<proportion_of_numeric_added>"]; |
30 | | - 25 [label="<proportion_of_prev_badwords>"]; |
31 | | - 26 [label="<proportion_of_prev_misspellings>"]; |
32 | | - 27 [label="<proportion_of_symbolic_added>"]; |
33 | | - 28 [label="<proportion_of_uppercase_added>"]; |
34 | | - 29 [label="<seconds_since_last_page_edit>"]; |
35 | | - 30 [label="<seconds_since_last_user_edit>"]; |
36 | | - 31 [label="<segments_added>"]; |
37 | | - 32 [label="<segments_removed>"]; |
38 | | - 33 [label="<symbolic_chars_added>"]; |
39 | | - 34 [label="<uppercase_chars_added>"]; |
40 | | - 35 [label="<user_age_in_seconds>"]; |
41 | | - 36 [label="<user_is_anon>"]; |
42 | | - 37 [label="<user_is_bot>"]; |
43 | | - 38 [label="<words_added>"]; |
44 | | - 39 [label="<words_removed>"]; |
45 | | - 40 [label="<contiguous_segments_added>"fillcolor="orange"]; |
46 | | - 41 [label="<contiguous_segments_removed>"fillcolor="orange"]; |
47 | | - 42 [label="<first_rev_doc>"fillcolor="orange"]; |
48 | | - 43 [label="<first_revision_metadata>"fillcolor="orange"]; |
49 | | - 44 [label="<namespaces>"fillcolor="orange"]; |
50 | | - 45 [label="<previous_rev_doc>"fillcolor="orange"]; |
51 | | - 46 [label="<previous_revision_metadata>"fillcolor="orange"]; |
52 | | - 47 [label="<previous_revision_text>"fillcolor="orange"]; |
53 | | - 48 [label="<previous_user_rev_doc>"fillcolor="orange"]; |
54 | | - 49 [label="<previous_user_revision_metadata>"fillcolor="orange"]; |
55 | | - 50 [label="<rev_doc>"fillcolor="orange"]; |
56 | | - 51 [label="<revision_diff>"fillcolor="orange"]; |
57 | | - 52 [label="<revision_metadata>"fillcolor="orange"]; |
58 | | - 53 [label="<revision_text>"fillcolor="orange"]; |
59 | | - 54 [label="<site_info_doc>"fillcolor="orange"]; |
60 | | - 55 [label="<tokens_added>"fillcolor="orange"]; |
61 | | - 56 [label="<tokens_removed>"fillcolor="orange"]; |
62 | | - 57 [label="<user_doc>"fillcolor="orange"]; |
63 | | - 58 [label="<user_info>"fillcolor="orange"]; |
64 | | - 59 [label="language"fillcolor="orange"]; |
65 | | - 60 [label="session"fillcolor="orange"]; |
66 | | - 61 [label="rev_id"fillcolor="orange"]; |
67 | | - 0 -> 21; |
68 | | - 0 -> 25; |
69 | | - 1 -> 23; |
70 | | - 1 -> 26; |
71 | | - 2 -> 59; |
72 | | - 2 -> 40; |
73 | | - 3 -> 46; |
74 | | - 3 -> 52; |
75 | | - 4 -> 40; |
76 | | - 5 -> 52; |
77 | | - 6 -> 52; |
78 | | - 7 -> 52; |
79 | | - 7 -> 44; |
80 | | - 8 -> 52; |
81 | | - 9 -> 52; |
82 | | - 10 -> 46; |
83 | | - 10 -> 52; |
84 | | - 11 -> 52; |
85 | | - 12 -> 40; |
86 | | - 13 -> 51; |
87 | | - 14 -> 40; |
88 | | - 15 -> 59; |
89 | | - 15 -> 40; |
90 | | - 16 -> 40; |
91 | | - 17 -> 43; |
92 | | - 17 -> 52; |
93 | | - 18 -> 59; |
94 | | - 18 -> 53; |
95 | | - 19 -> 59; |
96 | | - 19 -> 53; |
97 | | - 20 -> 53; |
98 | | - 21 -> 38; |
99 | | - 21 -> 2; |
100 | | - 22 -> 4; |
101 | | - 22 -> 14; |
102 | | - 23 -> 38; |
103 | | - 23 -> 15; |
104 | | - 24 -> 4; |
105 | | - 24 -> 16; |
106 | | - 25 -> 20; |
107 | | - 25 -> 18; |
108 | | - 26 -> 20; |
109 | | - 26 -> 19; |
110 | | - 27 -> 4; |
111 | | - 27 -> 33; |
112 | | - 28 -> 4; |
113 | | - 28 -> 34; |
114 | | - 29 -> 46; |
115 | | - 29 -> 52; |
116 | | - 30 -> 49; |
117 | | - 30 -> 52; |
118 | | - 31 -> 40; |
119 | | - 32 -> 41; |
120 | | - 33 -> 40; |
121 | | - 34 -> 40; |
122 | | - 35 -> 58; |
123 | | - 35 -> 52; |
124 | | - 36 -> 52; |
125 | | - 37 -> 58; |
126 | | - 38 -> 40; |
127 | | - 39 -> 41; |
128 | | - 40 -> 51; |
129 | | - 41 -> 51; |
130 | | - 42 -> 60; |
131 | | - 42 -> 52; |
132 | | - 43 -> 42; |
133 | | - 44 -> 54; |
134 | | - 45 -> 60; |
135 | | - 45 -> 52; |
136 | | - 46 -> 45; |
137 | | - 47 -> 45; |
138 | | - 48 -> 60; |
139 | | - 48 -> 52; |
140 | | - 49 -> 48; |
141 | | - 50 -> 61; |
142 | | - 50 -> 60; |
143 | | - 51 -> 47; |
144 | | - 51 -> 53; |
145 | | - 52 -> 50; |
146 | | - 53 -> 50; |
147 | | - 54 -> 60; |
148 | | - 55 -> 51; |
149 | | - 56 -> 51; |
150 | | - 57 -> 60; |
151 | | - 57 -> 52; |
152 | | - 58 -> 57; |
| 2 | + label = "Dependencies between features and data sources of revscoring"; |
| 3 | + rankdir = "TB"; |
| 4 | + node [style="filled",fillcolor="palegreen"]; |
| 5 | + 0 [label="<added_badwords_ratio>"]; |
| 6 | + 1 [label="<added_misspellings_ratio>"]; |
| 7 | + 2 [label="<badwords_added>"]; |
| 8 | + 3 [label="<bytes_changed>"]; |
| 9 | + 4 [label="<chars_added>"]; |
| 10 | + 5 [label="<day_of_week_in_utc>"]; |
| 11 | + 6 [label="<hour_of_day_in_utc>"]; |
| 12 | + 7 [label="<is_content_namespace>"]; |
| 13 | + 8 [label="<is_custom_comment>"]; |
| 14 | + 9 [label="<is_mainspace>"]; |
| 15 | + 10 [label="<is_previous_user_same>"]; |
| 16 | + 11 [label="<is_section_comment>"]; |
| 17 | + 12 [label="<longest_repeated_char_added>"]; |
| 18 | + 13 [label="<longest_token_added>"]; |
| 19 | + 14 [label="<markup_chars_added>"]; |
| 20 | + 15 [label="<misspellings_added>"]; |
| 21 | + 16 [label="<numeric_chars_added>"]; |
| 22 | + 17 [label="<page_age_in_seconds>"]; |
| 23 | + 18 [label="<prev_badwords>"]; |
| 24 | + 19 [label="<prev_misspellings>"]; |
| 25 | + 20 [label="<prev_words>"]; |
| 26 | + 21 [label="<proportion_of_badwords_added>"]; |
| 27 | + 22 [label="<proportion_of_markup_added>"]; |
| 28 | + 23 [label="<proportion_of_misspellings_added>"]; |
| 29 | + 24 [label="<proportion_of_numeric_added>"]; |
| 30 | + 25 [label="<proportion_of_prev_badwords>"]; |
| 31 | + 26 [label="<proportion_of_prev_misspellings>"]; |
| 32 | + 27 [label="<proportion_of_symbolic_added>"]; |
| 33 | + 28 [label="<proportion_of_uppercase_added>"]; |
| 34 | + 29 [label="<seconds_since_last_page_edit>"]; |
| 35 | + 30 [label="<seconds_since_last_user_edit>"]; |
| 36 | + 31 [label="<segments_added>"]; |
| 37 | + 32 [label="<segments_removed>"]; |
| 38 | + 33 [label="<symbolic_chars_added>"]; |
| 39 | + 34 [label="<uppercase_chars_added>"]; |
| 40 | + 35 [label="<user_age_in_seconds>"]; |
| 41 | + 36 [label="<user_is_anon>"]; |
| 42 | + 37 [label="<user_is_bot>"]; |
| 43 | + 38 [label="<words_added>"]; |
| 44 | + 39 [label="<words_removed>"]; |
| 45 | + 40 [label="<contiguous_segments_added>"fillcolor="orange"]; |
| 46 | + 41 [label="<contiguous_segments_removed>"fillcolor="orange"]; |
| 47 | + 42 [label="<first_rev_doc>"fillcolor="orange"]; |
| 48 | + 43 [label="<first_revision_metadata>"fillcolor="orange"]; |
| 49 | + 44 [label="<namespaces>"fillcolor="orange"]; |
| 50 | + 45 [label="<previous_rev_doc>"fillcolor="orange"]; |
| 51 | + 46 [label="<previous_revision_metadata>"fillcolor="orange"]; |
| 52 | + 47 [label="<previous_revision_text>"fillcolor="orange"]; |
| 53 | + 48 [label="<previous_user_rev_doc>"fillcolor="orange"]; |
| 54 | + 49 [label="<previous_user_revision_metadata>"fillcolor="orange"]; |
| 55 | + 50 [label="<rev_doc>"fillcolor="orange"]; |
| 56 | + 51 [label="<revision_diff>"fillcolor="orange"]; |
| 57 | + 52 [label="<revision_metadata>"fillcolor="orange"]; |
| 58 | + 53 [label="<revision_text>"fillcolor="orange"]; |
| 59 | + 54 [label="<site_info_doc>"fillcolor="orange"]; |
| 60 | + 55 [label="<tokens_added>"fillcolor="orange"]; |
| 61 | + 56 [label="<tokens_removed>"fillcolor="orange"]; |
| 62 | + 57 [label="<user_doc>"fillcolor="orange"]; |
| 63 | + 58 [label="<user_info>"fillcolor="orange"]; |
| 64 | + 59 [label="language"fillcolor="orange"]; |
| 65 | + 60 [label="session"fillcolor="orange"]; |
| 66 | + 61 [label="rev_id"fillcolor="orange"]; |
| 67 | + 0 -> 21; |
| 68 | + 0 -> 25; |
| 69 | + 1 -> 23; |
| 70 | + 1 -> 26; |
| 71 | + 2 -> 59; |
| 72 | + 2 -> 40; |
| 73 | + 3 -> 46; |
| 74 | + 3 -> 52; |
| 75 | + 4 -> 40; |
| 76 | + 5 -> 52; |
| 77 | + 6 -> 52; |
| 78 | + 7 -> 52; |
| 79 | + 7 -> 44; |
| 80 | + 8 -> 52; |
| 81 | + 9 -> 52; |
| 82 | + 10 -> 46; |
| 83 | + 10 -> 52; |
| 84 | + 11 -> 52; |
| 85 | + 12 -> 40; |
| 86 | + 13 -> 51; |
| 87 | + 14 -> 40; |
| 88 | + 15 -> 59; |
| 89 | + 15 -> 40; |
| 90 | + 16 -> 40; |
| 91 | + 17 -> 43; |
| 92 | + 17 -> 52; |
| 93 | + 18 -> 59; |
| 94 | + 18 -> 47; |
| 95 | + 19 -> 59; |
| 96 | + 19 -> 47; |
| 97 | + 20 -> 47; |
| 98 | + 21 -> 38; |
| 99 | + 21 -> 2; |
| 100 | + 22 -> 4; |
| 101 | + 22 -> 14; |
| 102 | + 23 -> 38; |
| 103 | + 23 -> 15; |
| 104 | + 24 -> 4; |
| 105 | + 24 -> 16; |
| 106 | + 25 -> 20; |
| 107 | + 25 -> 18; |
| 108 | + 26 -> 20; |
| 109 | + 26 -> 19; |
| 110 | + 27 -> 4; |
| 111 | + 27 -> 33; |
| 112 | + 28 -> 4; |
| 113 | + 28 -> 34; |
| 114 | + 29 -> 46; |
| 115 | + 29 -> 52; |
| 116 | + 30 -> 49; |
| 117 | + 30 -> 52; |
| 118 | + 31 -> 40; |
| 119 | + 32 -> 41; |
| 120 | + 33 -> 40; |
| 121 | + 34 -> 40; |
| 122 | + 35 -> 58; |
| 123 | + 35 -> 52; |
| 124 | + 36 -> 52; |
| 125 | + 37 -> 58; |
| 126 | + 38 -> 40; |
| 127 | + 39 -> 41; |
| 128 | + 40 -> 51; |
| 129 | + 41 -> 51; |
| 130 | + 42 -> 60; |
| 131 | + 42 -> 52; |
| 132 | + 43 -> 42; |
| 133 | + 44 -> 54; |
| 134 | + 45 -> 60; |
| 135 | + 45 -> 52; |
| 136 | + 46 -> 45; |
| 137 | + 47 -> 45; |
| 138 | + 48 -> 60; |
| 139 | + 48 -> 52; |
| 140 | + 49 -> 48; |
| 141 | + 50 -> 61; |
| 142 | + 50 -> 60; |
| 143 | + 51 -> 47; |
| 144 | + 51 -> 53; |
| 145 | + 52 -> 50; |
| 146 | + 53 -> 50; |
| 147 | + 54 -> 60; |
| 148 | + 55 -> 51; |
| 149 | + 56 -> 51; |
| 150 | + 57 -> 60; |
| 151 | + 57 -> 52; |
| 152 | + 58 -> 57; |
153 | 153 | } |
0 commit comments