argo11 commited on
Commit
2fef528
·
verified ·
1 Parent(s): a609e74

smoke upload

Browse files
Files changed (1) hide show
  1. smoke/lgbm_model_meta.json +215 -0
smoke/lgbm_model_meta.json ADDED
@@ -0,0 +1,215 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "input_path": "data/processed/87apps_processed.parquet",
3
+ "target_col": "target",
4
+ "sample_rows": 2000,
5
+ "seed": 42,
6
+ "valid_size": 0.2,
7
+ "test_size": 0.2,
8
+ "min_class_count": 2,
9
+ "dropped_classes": [
10
+ "125",
11
+ "64",
12
+ "68"
13
+ ],
14
+ "dropped_rows": 3,
15
+ "num_trials": 1,
16
+ "num_boost_round": 50,
17
+ "early_stopping_rounds": 10,
18
+ "num_threads": 0,
19
+ "max_train_seconds": null,
20
+ "max_total_seconds": null,
21
+ "feature_cols": [
22
+ "Source.Port",
23
+ "Destination.Port",
24
+ "Protocol",
25
+ "Flow.Duration",
26
+ "Total.Fwd.Packets",
27
+ "Total.Backward.Packets",
28
+ "Total.Length.of.Fwd.Packets",
29
+ "Total.Length.of.Bwd.Packets",
30
+ "Fwd.Packet.Length.Max",
31
+ "Fwd.Packet.Length.Min",
32
+ "Fwd.Packet.Length.Mean",
33
+ "Fwd.Packet.Length.Std",
34
+ "Bwd.Packet.Length.Max",
35
+ "Bwd.Packet.Length.Min",
36
+ "Bwd.Packet.Length.Mean",
37
+ "Bwd.Packet.Length.Std",
38
+ "Flow.Bytes.s",
39
+ "Flow.Packets.s",
40
+ "Flow.IAT.Mean",
41
+ "Flow.IAT.Std",
42
+ "Flow.IAT.Max",
43
+ "Flow.IAT.Min",
44
+ "Fwd.IAT.Total",
45
+ "Fwd.IAT.Mean",
46
+ "Fwd.IAT.Std",
47
+ "Fwd.IAT.Max",
48
+ "Fwd.IAT.Min",
49
+ "Bwd.IAT.Total",
50
+ "Bwd.IAT.Mean",
51
+ "Bwd.IAT.Std",
52
+ "Bwd.IAT.Max",
53
+ "Bwd.IAT.Min",
54
+ "Fwd.PSH.Flags",
55
+ "Bwd.PSH.Flags",
56
+ "Fwd.URG.Flags",
57
+ "Bwd.URG.Flags",
58
+ "Fwd.Header.Length",
59
+ "Bwd.Header.Length",
60
+ "Fwd.Packets.s",
61
+ "Bwd.Packets.s",
62
+ "Min.Packet.Length",
63
+ "Max.Packet.Length",
64
+ "Packet.Length.Mean",
65
+ "Packet.Length.Std",
66
+ "Packet.Length.Variance",
67
+ "FIN.Flag.Count",
68
+ "SYN.Flag.Count",
69
+ "RST.Flag.Count",
70
+ "PSH.Flag.Count",
71
+ "ACK.Flag.Count",
72
+ "URG.Flag.Count",
73
+ "CWE.Flag.Count",
74
+ "ECE.Flag.Count",
75
+ "Down.Up.Ratio",
76
+ "Average.Packet.Size",
77
+ "Avg.Fwd.Segment.Size",
78
+ "Avg.Bwd.Segment.Size",
79
+ "Fwd.Header.Length.1",
80
+ "Fwd.Avg.Bytes.Bulk",
81
+ "Fwd.Avg.Packets.Bulk",
82
+ "Fwd.Avg.Bulk.Rate",
83
+ "Bwd.Avg.Bytes.Bulk",
84
+ "Bwd.Avg.Packets.Bulk",
85
+ "Bwd.Avg.Bulk.Rate",
86
+ "Subflow.Fwd.Packets",
87
+ "Subflow.Fwd.Bytes",
88
+ "Subflow.Bwd.Packets",
89
+ "Subflow.Bwd.Bytes",
90
+ "Init_Win_bytes_forward",
91
+ "Init_Win_bytes_backward",
92
+ "act_data_pkt_fwd",
93
+ "min_seg_size_forward",
94
+ "Active.Mean",
95
+ "Active.Std",
96
+ "Active.Max",
97
+ "Active.Min",
98
+ "Idle.Mean",
99
+ "Idle.Std",
100
+ "Idle.Max",
101
+ "Idle.Min",
102
+ "duration_s",
103
+ "total_bytes",
104
+ "total_pkts",
105
+ "duration_rate_s",
106
+ "has_backward",
107
+ "bytes_per_pkt",
108
+ "pkts_per_s2",
109
+ "bytes_per_s2",
110
+ "fwd_bwd_pkt_ratio",
111
+ "fwd_bwd_byte_ratio",
112
+ "log_duration_s",
113
+ "log_total_bytes",
114
+ "has_ack_flag",
115
+ "has_cwe_flag",
116
+ "has_ece_flag",
117
+ "has_fin_flag",
118
+ "has_psh_flag",
119
+ "has_rst_flag",
120
+ "has_syn_flag",
121
+ "has_urg_flag",
122
+ "log1p_pkts_per_s2",
123
+ "log1p_bytes_per_s2",
124
+ "log1p_fwd_bwd_pkt_ratio",
125
+ "log1p_fwd_bwd_byte_ratio"
126
+ ],
127
+ "n_rows": 1997,
128
+ "n_features": 104,
129
+ "n_classes": 15,
130
+ "split_rows": {
131
+ "train": 1197,
132
+ "valid": 400,
133
+ "test": 400
134
+ },
135
+ "best_params": {
136
+ "objective": "multiclass",
137
+ "num_class": 15,
138
+ "metric": [
139
+ "multi_logloss",
140
+ "multi_error"
141
+ ],
142
+ "verbosity": -1,
143
+ "seed": 42,
144
+ "deterministic": true,
145
+ "force_col_wise": true,
146
+ "learning_rate": 0.03,
147
+ "num_leaves": 255,
148
+ "max_depth": -1,
149
+ "min_data_in_leaf": 50,
150
+ "min_gain_to_split": 0.05,
151
+ "feature_fraction": 0.7075032265668001,
152
+ "bagging_fraction": 0.7825087955107357,
153
+ "bagging_freq": 1,
154
+ "lambda_l1": 1.0,
155
+ "lambda_l2": 1.0
156
+ },
157
+ "train_result": {
158
+ "metrics": {
159
+ "train_logloss": 0.667288687376156,
160
+ "train_accuracy": 0.835421888053467,
161
+ "train_f1_macro": 0.3547891716602243,
162
+ "valid_logloss": 0.8364827337941273,
163
+ "valid_accuracy": 0.775,
164
+ "valid_f1_macro": 0.32659187635537607,
165
+ "test_logloss": 0.7484690618692611,
166
+ "test_accuracy": 0.8175,
167
+ "test_f1_macro": 0.3263991403502775,
168
+ "overfit_gap_valid_logloss": 0.1691940464179713,
169
+ "overfit_gap_test_logloss": 0.08118037449310511,
170
+ "overfit_gap_valid_f1_macro": 0.028197295304848213,
171
+ "overfit_gap_test_f1_macro": 0.028390031309946773,
172
+ "best_multi_logloss": 0.8364827337941273,
173
+ "best_iteration": 50
174
+ },
175
+ "n_rows": 1997,
176
+ "n_features": 104,
177
+ "n_classes": 15,
178
+ "best_score": 0.8364827337941273,
179
+ "best_iteration": 50
180
+ },
181
+ "label_to_index": {
182
+ "119": 0,
183
+ "121": 1,
184
+ "122": 2,
185
+ "124": 3,
186
+ "126": 4,
187
+ "130": 5,
188
+ "131": 6,
189
+ "147": 7,
190
+ "163": 8,
191
+ "178": 9,
192
+ "212": 10,
193
+ "40": 11,
194
+ "7": 12,
195
+ "70": 13,
196
+ "91": 14
197
+ },
198
+ "classes": [
199
+ "119",
200
+ "121",
201
+ "122",
202
+ "124",
203
+ "126",
204
+ "130",
205
+ "131",
206
+ "147",
207
+ "163",
208
+ "178",
209
+ "212",
210
+ "40",
211
+ "7",
212
+ "70",
213
+ "91"
214
+ ]
215
+ }