py2ls 0.2.4.29__py3-none-any.whl → 0.2.4.31__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,1753 @@
1
+ """TabRepo Rerun + manual changes.
2
+ # download from here:
3
+ # https://github.com/AutoML-Grandmasters/Fourth-AutoML-Grand-Prix/blob/main/tabrepo_2024_custom.py
4
+
5
+ We re-ran the work of the TabRepo paper, but use a portfolio of size 200 instead of the
6
+ 100 size portfolio used by AutoGluon’s best_quality setting. We also included more model
7
+ families: Linear models and KNN.
8
+
9
+ # Removed because too slow predict for large datasets
10
+ LightGBM_r19
11
+ LightGBM_r96
12
+ LightGBM_r94_BAG_L1
13
+ LightGBM_r15_BAG_L1
14
+ LightGBM_r133_BAG_L1
15
+ LightGBM_r174
16
+ XGBoost_r31_BAG_L1
17
+ XGBoost_r33_BAG_L1
18
+
19
+ # Added manually:
20
+ LightGBM, XGBoost, and CatBoost with different max_bin values.
21
+ """
22
+
23
+ from __future__ import annotations
24
+
25
+
26
+ zeroshot2024 = {
27
+ "NN_TORCH": [
28
+ {},
29
+ {
30
+ "activation": "elu",
31
+ "dropout_prob": 0.10077639529843717,
32
+ "hidden_size": 108,
33
+ "learning_rate": 0.002735937344002146,
34
+ "num_layers": 4,
35
+ "use_batchnorm": True,
36
+ "weight_decay": 1.356433327634438e-12,
37
+ "ag_args": {"name_suffix": "_r79", "priority": -2},
38
+ },
39
+ {
40
+ "activation": "elu",
41
+ "dropout_prob": 0.11897478034205347,
42
+ "hidden_size": 213,
43
+ "learning_rate": 0.0010474382260641949,
44
+ "num_layers": 4,
45
+ "use_batchnorm": False,
46
+ "weight_decay": 5.594471067786272e-10,
47
+ "ag_args": {"name_suffix": "_r22", "priority": -8},
48
+ },
49
+ {
50
+ "activation": "relu",
51
+ "dropout_prob": 0.10276665747466765,
52
+ "hidden_size": 165,
53
+ "learning_rate": 0.0038022969797074676,
54
+ "num_layers": 1,
55
+ "use_batchnorm": False,
56
+ "weight_decay": 8.916967887098654e-09,
57
+ "ag_args": {"name_suffix": "_r164", "priority": -19},
58
+ },
59
+ {
60
+ "activation": "relu",
61
+ "dropout_prob": 0.14717103221481653,
62
+ "hidden_size": 222,
63
+ "learning_rate": 0.002928569897768998,
64
+ "num_layers": 3,
65
+ "use_batchnorm": True,
66
+ "weight_decay": 3.3157591552416304e-06,
67
+ "ag_args": {"name_suffix": "_r115", "priority": -22},
68
+ },
69
+ {
70
+ "activation": "elu",
71
+ "dropout_prob": 0.01030258381183309,
72
+ "hidden_size": 111,
73
+ "learning_rate": 0.01845979186513771,
74
+ "num_layers": 5,
75
+ "use_batchnorm": True,
76
+ "weight_decay": 0.00020238017476912164,
77
+ "ag_args": {"name_suffix": "_r158", "priority": -26},
78
+ },
79
+ {
80
+ "activation": "relu",
81
+ "dropout_prob": 0.12415233039192458,
82
+ "hidden_size": 131,
83
+ "learning_rate": 0.016469659989857787,
84
+ "num_layers": 3,
85
+ "use_batchnorm": True,
86
+ "weight_decay": 7.620839071729229e-06,
87
+ "ag_args": {"name_suffix": "_r95", "priority": -30},
88
+ },
89
+ {
90
+ "activation": "relu",
91
+ "dropout_prob": 0.3905837860053583,
92
+ "hidden_size": 106,
93
+ "learning_rate": 0.0018297905295930797,
94
+ "num_layers": 1,
95
+ "use_batchnorm": True,
96
+ "weight_decay": 9.178069874232892e-08,
97
+ "ag_args": {"name_suffix": "_r14", "priority": -41},
98
+ },
99
+ {
100
+ "activation": "elu",
101
+ "dropout_prob": 0.3457125770744979,
102
+ "hidden_size": 37,
103
+ "learning_rate": 0.006435774191713849,
104
+ "num_layers": 3,
105
+ "use_batchnorm": True,
106
+ "weight_decay": 2.4012185204155345e-08,
107
+ "ag_args": {"name_suffix": "_r36", "priority": -48},
108
+ },
109
+ {
110
+ "activation": "relu",
111
+ "dropout_prob": 0.10584781187588926,
112
+ "hidden_size": 89,
113
+ "learning_rate": 0.014791925972420345,
114
+ "num_layers": 3,
115
+ "use_batchnorm": False,
116
+ "weight_decay": 2.0956656927351057e-11,
117
+ "ag_args": {"name_suffix": "_r171", "priority": -50},
118
+ },
119
+ {
120
+ "activation": "elu",
121
+ "dropout_prob": 0.3717900746799333,
122
+ "hidden_size": 154,
123
+ "learning_rate": 0.005908762713584694,
124
+ "num_layers": 2,
125
+ "use_batchnorm": True,
126
+ "weight_decay": 5.681050909765253e-05,
127
+ "ag_args": {"name_suffix": "_r200", "priority": -54},
128
+ },
129
+ {
130
+ "activation": "elu",
131
+ "dropout_prob": 0.1703783780377607,
132
+ "hidden_size": 212,
133
+ "learning_rate": 0.0004107199833213839,
134
+ "num_layers": 5,
135
+ "use_batchnorm": True,
136
+ "weight_decay": 1.105439140660822e-07,
137
+ "ag_args": {"name_suffix": "_r143", "priority": -59},
138
+ },
139
+ {
140
+ "activation": "elu",
141
+ "dropout_prob": 0.013288954106470907,
142
+ "hidden_size": 81,
143
+ "learning_rate": 0.005340914647396154,
144
+ "num_layers": 4,
145
+ "use_batchnorm": False,
146
+ "weight_decay": 8.762168370775353e-05,
147
+ "ag_args": {"name_suffix": "_r31", "priority": -64},
148
+ },
149
+ {
150
+ "activation": "elu",
151
+ "dropout_prob": 0.15375268291707994,
152
+ "hidden_size": 95,
153
+ "learning_rate": 0.016181912728325788,
154
+ "num_layers": 1,
155
+ "use_batchnorm": False,
156
+ "weight_decay": 1.6514168330341684e-08,
157
+ "ag_args": {"name_suffix": "_r2", "priority": -71},
158
+ },
159
+ {
160
+ "activation": "relu",
161
+ "dropout_prob": 0.059123470678908954,
162
+ "hidden_size": 18,
163
+ "learning_rate": 0.0002939890353572163,
164
+ "num_layers": 5,
165
+ "use_batchnorm": True,
166
+ "weight_decay": 1.1744592227570546e-11,
167
+ "ag_args": {"name_suffix": "_r122", "priority": -76},
168
+ },
169
+ {
170
+ "activation": "relu",
171
+ "dropout_prob": 0.13685500504288658,
172
+ "hidden_size": 229,
173
+ "learning_rate": 0.0001934231631502052,
174
+ "num_layers": 5,
175
+ "use_batchnorm": True,
176
+ "weight_decay": 1.0282176418614337e-05,
177
+ "ag_args": {"name_suffix": "_r157", "priority": -83},
178
+ },
179
+ {
180
+ "activation": "relu",
181
+ "dropout_prob": 0.2211285919550286,
182
+ "hidden_size": 196,
183
+ "learning_rate": 0.011307978270179143,
184
+ "num_layers": 1,
185
+ "use_batchnorm": True,
186
+ "weight_decay": 1.8441764217351068e-06,
187
+ "ag_args": {"name_suffix": "_r19", "priority": -85},
188
+ },
189
+ {
190
+ "activation": "relu",
191
+ "dropout_prob": 0.36669080773207274,
192
+ "hidden_size": 95,
193
+ "learning_rate": 0.015280159186761077,
194
+ "num_layers": 3,
195
+ "use_batchnorm": True,
196
+ "weight_decay": 1.3082489374636015e-08,
197
+ "ag_args": {"name_suffix": "_r87", "priority": -94},
198
+ },
199
+ {
200
+ "activation": "relu",
201
+ "dropout_prob": 0.23713784729000734,
202
+ "hidden_size": 200,
203
+ "learning_rate": 0.00311256170909018,
204
+ "num_layers": 4,
205
+ "use_batchnorm": True,
206
+ "weight_decay": 4.573016756474468e-08,
207
+ "ag_args": {"name_suffix": "_r1", "priority": -97},
208
+ },
209
+ {
210
+ "activation": "elu",
211
+ "dropout_prob": 0.06134755114373829,
212
+ "hidden_size": 144,
213
+ "learning_rate": 0.005834535148903801,
214
+ "num_layers": 5,
215
+ "use_batchnorm": True,
216
+ "weight_decay": 2.0826540090463355e-09,
217
+ "ag_args": {"name_suffix": "_r135", "priority": -101},
218
+ },
219
+ {
220
+ "activation": "relu",
221
+ "dropout_prob": 0.09976801642258049,
222
+ "hidden_size": 135,
223
+ "learning_rate": 0.001631450730978947,
224
+ "num_layers": 5,
225
+ "use_batchnorm": False,
226
+ "weight_decay": 3.867683394425807e-05,
227
+ "ag_args": {"name_suffix": "_r86", "priority": -103},
228
+ },
229
+ {
230
+ "activation": "relu",
231
+ "dropout_prob": 0.3027114570947557,
232
+ "hidden_size": 196,
233
+ "learning_rate": 0.006482759295309238,
234
+ "num_layers": 1,
235
+ "use_batchnorm": False,
236
+ "weight_decay": 1.2806509958776e-12,
237
+ "ag_args": {"name_suffix": "_r71", "priority": -109},
238
+ },
239
+ {
240
+ "activation": "relu",
241
+ "dropout_prob": 0.01759017280963624,
242
+ "hidden_size": 250,
243
+ "learning_rate": 0.00027701426675638685,
244
+ "num_layers": 3,
245
+ "use_batchnorm": True,
246
+ "weight_decay": 2.941370491259882e-10,
247
+ "ag_args": {"name_suffix": "_r190", "priority": -111},
248
+ },
249
+ {
250
+ "activation": "relu",
251
+ "dropout_prob": 0.14075719847721704,
252
+ "hidden_size": 107,
253
+ "learning_rate": 0.02102016621542758,
254
+ "num_layers": 5,
255
+ "use_batchnorm": True,
256
+ "weight_decay": 8.583524549723169e-10,
257
+ "ag_args": {"name_suffix": "_r117", "priority": -112},
258
+ },
259
+ {
260
+ "activation": "relu",
261
+ "dropout_prob": 0.34251047184911276,
262
+ "hidden_size": 199,
263
+ "learning_rate": 0.00013693277454657866,
264
+ "num_layers": 3,
265
+ "use_batchnorm": True,
266
+ "weight_decay": 0.005425887964567897,
267
+ "ag_args": {"name_suffix": "_r134", "priority": -120},
268
+ },
269
+ {
270
+ "activation": "relu",
271
+ "dropout_prob": 0.2232260403696044,
272
+ "hidden_size": 10,
273
+ "learning_rate": 0.00016660531025826497,
274
+ "num_layers": 2,
275
+ "use_batchnorm": True,
276
+ "weight_decay": 1.851165282762072e-12,
277
+ "ag_args": {"name_suffix": "_r100", "priority": -129},
278
+ },
279
+ {
280
+ "activation": "elu",
281
+ "dropout_prob": 0.383666641214089,
282
+ "hidden_size": 14,
283
+ "learning_rate": 0.0017662443351764005,
284
+ "num_layers": 2,
285
+ "use_batchnorm": False,
286
+ "weight_decay": 1.180743534035588e-11,
287
+ "ag_args": {"name_suffix": "_r72", "priority": -135},
288
+ },
289
+ {
290
+ "activation": "relu",
291
+ "dropout_prob": 0.006531401073483156,
292
+ "hidden_size": 192,
293
+ "learning_rate": 0.012418052210914356,
294
+ "num_layers": 1,
295
+ "use_batchnorm": True,
296
+ "weight_decay": 3.0406866089493607e-05,
297
+ "ag_args": {"name_suffix": "_r76", "priority": -138},
298
+ },
299
+ {
300
+ "activation": "elu",
301
+ "dropout_prob": 0.35413506384383425,
302
+ "hidden_size": 128,
303
+ "learning_rate": 0.02291819787571232,
304
+ "num_layers": 1,
305
+ "use_batchnorm": True,
306
+ "weight_decay": 2.347385665763067e-10,
307
+ "ag_args": {"name_suffix": "_r43", "priority": -145},
308
+ },
309
+ {
310
+ "activation": "relu",
311
+ "dropout_prob": 0.13744220125923948,
312
+ "hidden_size": 245,
313
+ "learning_rate": 0.01760548103080169,
314
+ "num_layers": 4,
315
+ "use_batchnorm": True,
316
+ "weight_decay": 4.619518091833427e-09,
317
+ "ag_args": {"name_suffix": "_r57", "priority": -147},
318
+ },
319
+ {
320
+ "activation": "relu",
321
+ "dropout_prob": 0.33567564890346097,
322
+ "hidden_size": 245,
323
+ "learning_rate": 0.006746560197328548,
324
+ "num_layers": 3,
325
+ "use_batchnorm": True,
326
+ "weight_decay": 1.6470047305392933e-10,
327
+ "ag_args": {"name_suffix": "_r89", "priority": -148},
328
+ },
329
+ {
330
+ "activation": "relu",
331
+ "dropout_prob": 0.3834963692226372,
332
+ "hidden_size": 30,
333
+ "learning_rate": 0.0006387876089505596,
334
+ "num_layers": 4,
335
+ "use_batchnorm": True,
336
+ "weight_decay": 0.020005485780993044,
337
+ "ag_args": {"name_suffix": "_r120", "priority": -153},
338
+ },
339
+ {
340
+ "activation": "relu",
341
+ "dropout_prob": 0.12166942295569863,
342
+ "hidden_size": 151,
343
+ "learning_rate": 0.0018866871631794007,
344
+ "num_layers": 4,
345
+ "use_batchnorm": True,
346
+ "weight_decay": 9.190843763153802e-05,
347
+ "ag_args": {"name_suffix": "_r185", "priority": -157},
348
+ },
349
+ {
350
+ "activation": "relu",
351
+ "dropout_prob": 0.17934767155919895,
352
+ "hidden_size": 26,
353
+ "learning_rate": 0.0002670236000453949,
354
+ "num_layers": 5,
355
+ "use_batchnorm": False,
356
+ "weight_decay": 9.550309584226972e-08,
357
+ "ag_args": {"name_suffix": "_r169", "priority": -158},
358
+ },
359
+ {
360
+ "activation": "elu",
361
+ "dropout_prob": 0.28421136108893824,
362
+ "hidden_size": 233,
363
+ "learning_rate": 0.004756576344566884,
364
+ "num_layers": 2,
365
+ "use_batchnorm": True,
366
+ "weight_decay": 0.004694424874123613,
367
+ "ag_args": {"name_suffix": "_r98", "priority": -165},
368
+ },
369
+ {
370
+ "activation": "relu",
371
+ "dropout_prob": 0.19838811814938784,
372
+ "hidden_size": 91,
373
+ "learning_rate": 0.0018766153235863243,
374
+ "num_layers": 5,
375
+ "use_batchnorm": True,
376
+ "weight_decay": 1.9551641972196325e-11,
377
+ "ag_args": {"name_suffix": "_r139", "priority": -167},
378
+ },
379
+ {
380
+ "activation": "elu",
381
+ "dropout_prob": 0.08014572877647762,
382
+ "hidden_size": 238,
383
+ "learning_rate": 0.003193230959659184,
384
+ "num_layers": 4,
385
+ "use_batchnorm": False,
386
+ "weight_decay": 0.006268749322131784,
387
+ "ag_args": {"name_suffix": "_r114", "priority": -168},
388
+ },
389
+ {
390
+ "activation": "relu",
391
+ "dropout_prob": 0.22890076231634937,
392
+ "hidden_size": 188,
393
+ "learning_rate": 0.016161752294108052,
394
+ "num_layers": 1,
395
+ "use_batchnorm": False,
396
+ "weight_decay": 0.0581139255429484,
397
+ "ag_args": {"name_suffix": "_r21", "priority": -181},
398
+ },
399
+ {
400
+ "activation": "relu",
401
+ "dropout_prob": 0.31096302473950127,
402
+ "hidden_size": 115,
403
+ "learning_rate": 0.00027659068642753017,
404
+ "num_layers": 4,
405
+ "use_batchnorm": True,
406
+ "weight_decay": 1.2781148440039829e-12,
407
+ "ag_args": {"name_suffix": "_r64", "priority": -183},
408
+ },
409
+ {
410
+ "activation": "relu",
411
+ "dropout_prob": 0.05930745685905112,
412
+ "hidden_size": 14,
413
+ "learning_rate": 0.00011882187473200266,
414
+ "num_layers": 4,
415
+ "use_batchnorm": False,
416
+ "weight_decay": 1.2573893223363365e-08,
417
+ "ag_args": {"name_suffix": "_r99", "priority": -191},
418
+ },
419
+ {
420
+ "activation": "relu",
421
+ "dropout_prob": 0.22187512346456761,
422
+ "hidden_size": 97,
423
+ "learning_rate": 0.01090384075529055,
424
+ "num_layers": 3,
425
+ "use_batchnorm": True,
426
+ "weight_decay": 9.24700655189339e-09,
427
+ "ag_args": {"name_suffix": "_r83", "priority": -192},
428
+ },
429
+ ],
430
+ "GBM": [
431
+ {},
432
+ { # Added manually.
433
+ "max_bin": 4095,
434
+ "ag_args": {"priority": -1, "name_suffix": "Bin4095"},
435
+ },
436
+ {"extra_trees": True, "ag_args": {"name_suffix": "XT"}},
437
+ { # Old GBMLarge
438
+ "learning_rate": 0.03,
439
+ "num_leaves": 128,
440
+ "feature_fraction": 0.9,
441
+ "min_data_in_leaf": 3,
442
+ "ag_args": {
443
+ "name_suffix": "Large",
444
+ "priority": 0,
445
+ "hyperparameter_tune_kwargs": None,
446
+ },
447
+ },
448
+ {
449
+ "extra_trees": False,
450
+ "feature_fraction": 0.7023601671276614,
451
+ "learning_rate": 0.012144796373999013,
452
+ "min_data_in_leaf": 14,
453
+ "num_leaves": 53,
454
+ "ag_args": {"name_suffix": "_r131", "priority": -3},
455
+ },
456
+ # { # TOo slow for large datasets
457
+ # "extra_trees": True,
458
+ # "feature_fraction": 0.5636931414546802,
459
+ # "learning_rate": 0.01518660230385841,
460
+ # "min_data_in_leaf": 48,
461
+ # "num_leaves": 16,
462
+ # "ag_args": {"name_suffix": "_r96", "priority": -7},
463
+ # },
464
+ # { # Too slow
465
+ # "extra_trees": True,
466
+ # "feature_fraction": 0.7291114577678862,
467
+ # "learning_rate": 0.02371597110187949,
468
+ # "min_data_in_leaf": 5,
469
+ # "num_leaves": 90,
470
+ # "ag_args": {"name_suffix": "_r133", "priority": -13},
471
+ # },
472
+ # { # Too slow
473
+ # "extra_trees": False,
474
+ # "feature_fraction": 0.7421180622507277,
475
+ # "learning_rate": 0.018603888565740096,
476
+ # "min_data_in_leaf": 6,
477
+ # "num_leaves": 22,
478
+ # "ag_args": {"name_suffix": "_r15", "priority": -15},
479
+ # },
480
+ {
481
+ "extra_trees": True,
482
+ "feature_fraction": 0.8999894845710796,
483
+ "learning_rate": 0.051087336729504676,
484
+ "min_data_in_leaf": 18,
485
+ "num_leaves": 167,
486
+ "ag_args": {"name_suffix": "_r191", "priority": -24},
487
+ },
488
+ {
489
+ "extra_trees": False,
490
+ "feature_fraction": 0.7325454610506641,
491
+ "learning_rate": 0.009447054356012436,
492
+ "min_data_in_leaf": 4,
493
+ "num_leaves": 85,
494
+ "ag_args": {"name_suffix": "_r54", "priority": -27},
495
+ },
496
+ {
497
+ "extra_trees": True,
498
+ "feature_fraction": 0.8682559906624081,
499
+ "learning_rate": 0.09561511371136407,
500
+ "min_data_in_leaf": 9,
501
+ "num_leaves": 121,
502
+ "ag_args": {"name_suffix": "_r81", "priority": -28},
503
+ },
504
+ {
505
+ "extra_trees": False,
506
+ "feature_fraction": 0.8254432681390782,
507
+ "learning_rate": 0.031251656439648626,
508
+ "min_data_in_leaf": 50,
509
+ "num_leaves": 210,
510
+ "ag_args": {"name_suffix": "_r135", "priority": -32},
511
+ },
512
+ {
513
+ "extra_trees": False,
514
+ "feature_fraction": 0.9668244885378855,
515
+ "learning_rate": 0.07254551525590439,
516
+ "min_data_in_leaf": 14,
517
+ "num_leaves": 31,
518
+ "ag_args": {"name_suffix": "_r145", "priority": -40},
519
+ },
520
+ {
521
+ "extra_trees": False,
522
+ "feature_fraction": 0.45835595623790437,
523
+ "learning_rate": 0.09533195017847339,
524
+ "min_data_in_leaf": 7,
525
+ "num_leaves": 231,
526
+ "ag_args": {"name_suffix": "_r41", "priority": -44},
527
+ },
528
+ {
529
+ "extra_trees": False,
530
+ "feature_fraction": 0.6245777099925497,
531
+ "learning_rate": 0.04711573688184715,
532
+ "min_data_in_leaf": 56,
533
+ "num_leaves": 89,
534
+ "ag_args": {"name_suffix": "_r130", "priority": -52},
535
+ },
536
+ # { # Too slow for large datasets
537
+ # "extra_trees": True,
538
+ # "feature_fraction": 0.5179494170080321,
539
+ # "learning_rate": 0.015090113680567405,
540
+ # "min_data_in_leaf": 7,
541
+ # "num_leaves": 110,
542
+ # "ag_args": {"name_suffix": "_r19", "priority": -62},
543
+ # },
544
+ # { # Too slow for large datasets
545
+ # "extra_trees": True,
546
+ # "feature_fraction": 0.4341088458599442,
547
+ # "learning_rate": 0.04034449862560467,
548
+ # "min_data_in_leaf": 33,
549
+ # "num_leaves": 16,
550
+ # "ag_args": {"name_suffix": "_r94", "priority": -65},
551
+ # },
552
+ {
553
+ "extra_trees": True,
554
+ "feature_fraction": 0.9666234339903601,
555
+ "learning_rate": 0.04582977995120822,
556
+ "min_data_in_leaf": 4,
557
+ "num_leaves": 127,
558
+ "ag_args": {"name_suffix": "_r55", "priority": -68},
559
+ },
560
+ # { # Too slow
561
+ # "extra_trees": False,
562
+ # "feature_fraction": 0.9995667963533027,
563
+ # "learning_rate": 0.01434806540259691,
564
+ # "min_data_in_leaf": 37,
565
+ # "num_leaves": 183,
566
+ # "ag_args": {"name_suffix": "_r174", "priority": -88},
567
+ # },
568
+ {
569
+ "extra_trees": False,
570
+ "feature_fraction": 0.7016257244614168,
571
+ "learning_rate": 0.007922167829715967,
572
+ "min_data_in_leaf": 7,
573
+ "num_leaves": 132,
574
+ "ag_args": {"name_suffix": "_r149", "priority": -91},
575
+ },
576
+ {
577
+ "extra_trees": True,
578
+ "feature_fraction": 0.9046840778713597,
579
+ "learning_rate": 0.07515257316211908,
580
+ "min_data_in_leaf": 42,
581
+ "num_leaves": 18,
582
+ "ag_args": {"name_suffix": "_r43", "priority": -100},
583
+ },
584
+ {
585
+ "extra_trees": True,
586
+ "feature_fraction": 0.4601361323873807,
587
+ "learning_rate": 0.07856777698860955,
588
+ "min_data_in_leaf": 12,
589
+ "num_leaves": 198,
590
+ "ag_args": {"name_suffix": "_r42", "priority": -105},
591
+ },
592
+ {
593
+ "extra_trees": False,
594
+ "feature_fraction": 0.7532437659821729,
595
+ "learning_rate": 0.08944644189688526,
596
+ "min_data_in_leaf": 39,
597
+ "num_leaves": 53,
598
+ "ag_args": {"name_suffix": "_r153", "priority": -118},
599
+ },
600
+ {
601
+ "extra_trees": True,
602
+ "feature_fraction": 0.43613528297756193,
603
+ "learning_rate": 0.03685135839677242,
604
+ "min_data_in_leaf": 57,
605
+ "num_leaves": 27,
606
+ "ag_args": {"name_suffix": "_r13", "priority": -121},
607
+ },
608
+ {
609
+ "extra_trees": False,
610
+ "feature_fraction": 0.7579932437770318,
611
+ "learning_rate": 0.052301563688720604,
612
+ "min_data_in_leaf": 37,
613
+ "num_leaves": 136,
614
+ "ag_args": {"name_suffix": "_r51", "priority": -131},
615
+ },
616
+ {
617
+ "extra_trees": False,
618
+ "feature_fraction": 0.41239059967943725,
619
+ "learning_rate": 0.04848901712678711,
620
+ "min_data_in_leaf": 5,
621
+ "num_leaves": 67,
622
+ "ag_args": {"name_suffix": "_r61", "priority": -132},
623
+ },
624
+ {
625
+ "extra_trees": False,
626
+ "feature_fraction": 0.40585986135777,
627
+ "learning_rate": 0.012590980616372347,
628
+ "min_data_in_leaf": 32,
629
+ "num_leaves": 22,
630
+ "ag_args": {"name_suffix": "_r106", "priority": -139},
631
+ },
632
+ {
633
+ "extra_trees": False,
634
+ "feature_fraction": 0.9744705133953723,
635
+ "learning_rate": 0.020546267996855768,
636
+ "min_data_in_leaf": 60,
637
+ "num_leaves": 99,
638
+ "ag_args": {"name_suffix": "_r66", "priority": -163},
639
+ },
640
+ {
641
+ "extra_trees": False,
642
+ "feature_fraction": 0.6937293621346563,
643
+ "learning_rate": 0.013803836586316339,
644
+ "min_data_in_leaf": 38,
645
+ "num_leaves": 16,
646
+ "ag_args": {"name_suffix": "_r49", "priority": -164},
647
+ },
648
+ {
649
+ "extra_trees": False,
650
+ "feature_fraction": 0.6090855934200983,
651
+ "learning_rate": 0.04590490414627263,
652
+ "min_data_in_leaf": 56,
653
+ "num_leaves": 144,
654
+ "ag_args": {"name_suffix": "_r144", "priority": -171},
655
+ },
656
+ {
657
+ "extra_trees": False,
658
+ "feature_fraction": 0.5730390983988963,
659
+ "learning_rate": 0.010305352949119608,
660
+ "min_data_in_leaf": 10,
661
+ "num_leaves": 215,
662
+ "ag_args": {"name_suffix": "_r121", "priority": -172},
663
+ },
664
+ {
665
+ "extra_trees": False,
666
+ "feature_fraction": 0.45118655387122203,
667
+ "learning_rate": 0.009705399613761859,
668
+ "min_data_in_leaf": 9,
669
+ "num_leaves": 45,
670
+ "ag_args": {"name_suffix": "_r198", "priority": -173},
671
+ },
672
+ ],
673
+ "CAT": [
674
+ {},
675
+ {
676
+ # Added manually.
677
+ "max_bin": 4095,
678
+ "ag_args": {"priority": -3, "name_suffix": "Bin4095"},
679
+ },
680
+ {
681
+ "depth": 6,
682
+ "grow_policy": "SymmetricTree",
683
+ "l2_leaf_reg": 2.1542798306067823,
684
+ "learning_rate": 0.06864209415792857,
685
+ "max_ctr_complexity": 4,
686
+ "one_hot_max_size": 10,
687
+ "ag_args": {"name_suffix": "_r177", "priority": -1},
688
+ },
689
+ {
690
+ "depth": 8,
691
+ "grow_policy": "Depthwise",
692
+ "l2_leaf_reg": 2.7997999596449104,
693
+ "learning_rate": 0.031375015734637225,
694
+ "max_ctr_complexity": 2,
695
+ "one_hot_max_size": 3,
696
+ "ag_args": {"name_suffix": "_r9", "priority": -5},
697
+ },
698
+ {
699
+ "depth": 4,
700
+ "grow_policy": "SymmetricTree",
701
+ "l2_leaf_reg": 4.559174625782161,
702
+ "learning_rate": 0.04939557741379516,
703
+ "max_ctr_complexity": 3,
704
+ "one_hot_max_size": 3,
705
+ "ag_args": {"name_suffix": "_r137", "priority": -12},
706
+ },
707
+ {
708
+ "depth": 8,
709
+ "grow_policy": "SymmetricTree",
710
+ "l2_leaf_reg": 3.3274013177541373,
711
+ "learning_rate": 0.017301189655111057,
712
+ "max_ctr_complexity": 5,
713
+ "one_hot_max_size": 10,
714
+ "ag_args": {"name_suffix": "_r13", "priority": -18},
715
+ },
716
+ {
717
+ "depth": 4,
718
+ "grow_policy": "Depthwise",
719
+ "l2_leaf_reg": 1.9842527399638579,
720
+ "learning_rate": 0.03675129858005787,
721
+ "max_ctr_complexity": 3,
722
+ "one_hot_max_size": 10,
723
+ "ag_args": {"name_suffix": "_r95", "priority": -20},
724
+ },
725
+ {
726
+ "depth": 8,
727
+ "grow_policy": "SymmetricTree",
728
+ "l2_leaf_reg": 2.9106604692853995,
729
+ "learning_rate": 0.05696733223175933,
730
+ "max_ctr_complexity": 1,
731
+ "one_hot_max_size": 3,
732
+ "ag_args": {"name_suffix": "_r3", "priority": -29},
733
+ },
734
+ {
735
+ "depth": 6,
736
+ "grow_policy": "Depthwise",
737
+ "l2_leaf_reg": 1.3584121369544215,
738
+ "learning_rate": 0.03743901034980473,
739
+ "max_ctr_complexity": 3,
740
+ "one_hot_max_size": 2,
741
+ "ag_args": {"name_suffix": "_r70", "priority": -34},
742
+ },
743
+ {
744
+ "depth": 4,
745
+ "grow_policy": "SymmetricTree",
746
+ "l2_leaf_reg": 3.353268454214423,
747
+ "learning_rate": 0.06028218319511302,
748
+ "max_ctr_complexity": 1,
749
+ "one_hot_max_size": 10,
750
+ "ag_args": {"name_suffix": "_r49", "priority": -38},
751
+ },
752
+ {
753
+ "depth": 7,
754
+ "grow_policy": "SymmetricTree",
755
+ "l2_leaf_reg": 3.609235810966101,
756
+ "learning_rate": 0.05862063297323188,
757
+ "max_ctr_complexity": 2,
758
+ "one_hot_max_size": 5,
759
+ "ag_args": {"name_suffix": "_r135", "priority": -42},
760
+ },
761
+ {
762
+ "depth": 8,
763
+ "grow_policy": "Depthwise",
764
+ "l2_leaf_reg": 1.3976655774456335,
765
+ "learning_rate": 0.0119117922642152,
766
+ "max_ctr_complexity": 2,
767
+ "one_hot_max_size": 3,
768
+ "ag_args": {"name_suffix": "_r118", "priority": -49},
769
+ },
770
+ {
771
+ "depth": 8,
772
+ "grow_policy": "SymmetricTree",
773
+ "l2_leaf_reg": 4.487142939021972,
774
+ "learning_rate": 0.022543679111584062,
775
+ "max_ctr_complexity": 3,
776
+ "one_hot_max_size": 2,
777
+ "ag_args": {"name_suffix": "_r124", "priority": -53},
778
+ },
779
+ {
780
+ "depth": 5,
781
+ "grow_policy": "SymmetricTree",
782
+ "l2_leaf_reg": 1.0457098345001241,
783
+ "learning_rate": 0.050294288910022224,
784
+ "max_ctr_complexity": 5,
785
+ "one_hot_max_size": 2,
786
+ "ag_args": {"name_suffix": "_r69", "priority": -56},
787
+ },
788
+ {
789
+ "depth": 7,
790
+ "grow_policy": "Depthwise",
791
+ "l2_leaf_reg": 3.7631391046261182,
792
+ "learning_rate": 0.09628094704738965,
793
+ "max_ctr_complexity": 3,
794
+ "one_hot_max_size": 3,
795
+ "ag_args": {"name_suffix": "_r159", "priority": -60},
796
+ },
797
+ {
798
+ "depth": 4,
799
+ "grow_policy": "Depthwise",
800
+ "l2_leaf_reg": 2.7018061518087038,
801
+ "learning_rate": 0.07092851311746352,
802
+ "max_ctr_complexity": 1,
803
+ "one_hot_max_size": 2,
804
+ "ag_args": {"name_suffix": "_r50", "priority": -78},
805
+ },
806
+ {
807
+ "depth": 6,
808
+ "grow_policy": "SymmetricTree",
809
+ "l2_leaf_reg": 3.637071465711953,
810
+ "learning_rate": 0.04387418552563314,
811
+ "max_ctr_complexity": 4,
812
+ "one_hot_max_size": 5,
813
+ "ag_args": {"name_suffix": "_r198", "priority": -80},
814
+ },
815
+ {
816
+ "depth": 7,
817
+ "grow_policy": "SymmetricTree",
818
+ "l2_leaf_reg": 4.835797074498082,
819
+ "learning_rate": 0.03534026385152556,
820
+ "max_ctr_complexity": 5,
821
+ "one_hot_max_size": 10,
822
+ "ag_args": {"name_suffix": "_r12", "priority": -87},
823
+ },
824
+ {
825
+ "depth": 7,
826
+ "grow_policy": "Depthwise",
827
+ "l2_leaf_reg": 4.693224271556653,
828
+ "learning_rate": 0.06007466728599504,
829
+ "max_ctr_complexity": 5,
830
+ "one_hot_max_size": 2,
831
+ "ag_args": {"name_suffix": "_r125", "priority": -92},
832
+ },
833
+ {
834
+ "depth": 4,
835
+ "grow_policy": "SymmetricTree",
836
+ "l2_leaf_reg": 4.901696537625293,
837
+ "learning_rate": 0.05205851115876207,
838
+ "max_ctr_complexity": 2,
839
+ "one_hot_max_size": 10,
840
+ "ag_args": {"name_suffix": "_r171", "priority": -95},
841
+ },
842
+ {
843
+ "depth": 5,
844
+ "grow_policy": "SymmetricTree",
845
+ "l2_leaf_reg": 3.7454481983750014,
846
+ "learning_rate": 0.09328642499990342,
847
+ "max_ctr_complexity": 1,
848
+ "one_hot_max_size": 2,
849
+ "ag_args": {"name_suffix": "_r163", "priority": -98},
850
+ },
851
+ {
852
+ "depth": 6,
853
+ "grow_policy": "SymmetricTree",
854
+ "l2_leaf_reg": 1.3843936315758523,
855
+ "learning_rate": 0.09319080384124982,
856
+ "max_ctr_complexity": 3,
857
+ "one_hot_max_size": 5,
858
+ "ag_args": {"name_suffix": "_r16", "priority": -104},
859
+ },
860
+ {
861
+ "depth": 8,
862
+ "grow_policy": "Depthwise",
863
+ "l2_leaf_reg": 1.640921865280573,
864
+ "learning_rate": 0.036232951900213306,
865
+ "max_ctr_complexity": 3,
866
+ "one_hot_max_size": 5,
867
+ "ag_args": {"name_suffix": "_r128", "priority": -107},
868
+ },
869
+ {
870
+ "depth": 4,
871
+ "grow_policy": "SymmetricTree",
872
+ "l2_leaf_reg": 2.894432181094842,
873
+ "learning_rate": 0.055078095725390575,
874
+ "max_ctr_complexity": 4,
875
+ "one_hot_max_size": 10,
876
+ "ag_args": {"name_suffix": "_r5", "priority": -110},
877
+ },
878
+ {
879
+ "depth": 6,
880
+ "grow_policy": "SymmetricTree",
881
+ "l2_leaf_reg": 3.218751234645676,
882
+ "learning_rate": 0.011814970512055711,
883
+ "max_ctr_complexity": 3,
884
+ "one_hot_max_size": 3,
885
+ "ag_args": {"name_suffix": "_r96", "priority": -122},
886
+ },
887
+ {
888
+ "depth": 7,
889
+ "grow_policy": "SymmetricTree",
890
+ "l2_leaf_reg": 1.6761016245166451,
891
+ "learning_rate": 0.06566144806528762,
892
+ "max_ctr_complexity": 2,
893
+ "one_hot_max_size": 10,
894
+ "ag_args": {"name_suffix": "_r143", "priority": -133},
895
+ },
896
+ {
897
+ "depth": 8,
898
+ "grow_policy": "SymmetricTree",
899
+ "l2_leaf_reg": 3.5217917474671645,
900
+ "learning_rate": 0.0686190772732043,
901
+ "max_ctr_complexity": 2,
902
+ "one_hot_max_size": 2,
903
+ "ag_args": {"name_suffix": "_r62", "priority": -142},
904
+ },
905
+ {
906
+ "depth": 7,
907
+ "grow_policy": "Depthwise",
908
+ "l2_leaf_reg": 4.43335055453705,
909
+ "learning_rate": 0.055406199833457785,
910
+ "max_ctr_complexity": 5,
911
+ "one_hot_max_size": 10,
912
+ "ag_args": {"name_suffix": "_r180", "priority": -149},
913
+ },
914
+ {
915
+ "depth": 8,
916
+ "grow_policy": "SymmetricTree",
917
+ "l2_leaf_reg": 4.829803422635814,
918
+ "learning_rate": 0.020546267996855768,
919
+ "max_ctr_complexity": 3,
920
+ "one_hot_max_size": 10,
921
+ "ag_args": {"name_suffix": "_r52", "priority": -154},
922
+ },
923
+ {
924
+ "depth": 7,
925
+ "grow_policy": "SymmetricTree",
926
+ "l2_leaf_reg": 4.522712492188319,
927
+ "learning_rate": 0.08481607830570326,
928
+ "max_ctr_complexity": 3,
929
+ "one_hot_max_size": 2,
930
+ "ag_args": {"name_suffix": "_r167", "priority": -156},
931
+ },
932
+ {
933
+ "depth": 5,
934
+ "grow_policy": "Depthwise",
935
+ "l2_leaf_reg": 1.2612168286071208,
936
+ "learning_rate": 0.05223739392014652,
937
+ "max_ctr_complexity": 4,
938
+ "one_hot_max_size": 5,
939
+ "ag_args": {"name_suffix": "_r94", "priority": -162},
940
+ },
941
+ {
942
+ "depth": 4,
943
+ "grow_policy": "SymmetricTree",
944
+ "l2_leaf_reg": 1.9515712854980345,
945
+ "learning_rate": 0.08211271991437913,
946
+ "max_ctr_complexity": 5,
947
+ "one_hot_max_size": 10,
948
+ "ag_args": {"name_suffix": "_r41", "priority": -170},
949
+ },
950
+ {
951
+ "depth": 5,
952
+ "grow_policy": "SymmetricTree",
953
+ "l2_leaf_reg": 4.299190822458588,
954
+ "learning_rate": 0.037054953070982596,
955
+ "max_ctr_complexity": 4,
956
+ "one_hot_max_size": 2,
957
+ "ag_args": {"name_suffix": "_r183", "priority": -175},
958
+ },
959
+ {
960
+ "depth": 6,
961
+ "grow_policy": "SymmetricTree",
962
+ "l2_leaf_reg": 4.3146276582229515,
963
+ "learning_rate": 0.079869267564513,
964
+ "max_ctr_complexity": 1,
965
+ "one_hot_max_size": 10,
966
+ "ag_args": {"name_suffix": "_r97", "priority": -176},
967
+ },
968
+ {
969
+ "depth": 7,
970
+ "grow_policy": "SymmetricTree",
971
+ "l2_leaf_reg": 1.2565899853951374,
972
+ "learning_rate": 0.039801276672212574,
973
+ "max_ctr_complexity": 4,
974
+ "one_hot_max_size": 2,
975
+ "ag_args": {"name_suffix": "_r19", "priority": -186},
976
+ },
977
+ ],
978
+ "XGB": [
979
+ {},
980
+ {
981
+ # Added manually.
982
+ "max_bin": 4095,
983
+ "ag_args": {"priority": -2, "name_suffix": "Bin4095"},
984
+ },
985
+ {
986
+ # Added manually.
987
+ "max_bin": 16383,
988
+ "ag_args": {"priority": -4, "name_suffix": "Bin4095"},
989
+ },
990
+ # { # Too slow
991
+ # "colsample_bytree": 0.6917311125174739,
992
+ # "enable_categorical": False,
993
+ # "learning_rate": 0.018063876087523967,
994
+ # "max_depth": 10,
995
+ # "min_child_weight": 0.6028633586934382,
996
+ # "ag_args": {"name_suffix": "_r33", "priority": -9},
997
+ # },
998
+ {
999
+ "colsample_bytree": 0.6326947454697227,
1000
+ "enable_categorical": False,
1001
+ "learning_rate": 0.07792091886639502,
1002
+ "max_depth": 6,
1003
+ "min_child_weight": 1.0759464955561793,
1004
+ "ag_args": {"name_suffix": "_r22", "priority": -25},
1005
+ },
1006
+ {
1007
+ "colsample_bytree": 0.8387059147359721,
1008
+ "enable_categorical": True,
1009
+ "learning_rate": 0.010427977953050884,
1010
+ "max_depth": 7,
1011
+ "min_child_weight": 1.2521345209879338,
1012
+ "ag_args": {"name_suffix": "_r78", "priority": -35},
1013
+ },
1014
+ {
1015
+ "colsample_bytree": 0.922117480776512,
1016
+ "enable_categorical": True,
1017
+ "learning_rate": 0.09278141584600721,
1018
+ "max_depth": 10,
1019
+ "min_child_weight": 1.3428548878354571,
1020
+ "ag_args": {"name_suffix": "_r193", "priority": -47},
1021
+ },
1022
+ {
1023
+ "colsample_bytree": 0.7452294043087835,
1024
+ "enable_categorical": False,
1025
+ "learning_rate": 0.038404229910104046,
1026
+ "max_depth": 7,
1027
+ "min_child_weight": 0.5564183327139662,
1028
+ "ag_args": {"name_suffix": "_r49", "priority": -51},
1029
+ },
1030
+ # { # Too slow
1031
+ # "colsample_bytree": 0.7506621909633511,
1032
+ # "enable_categorical": False,
1033
+ # "learning_rate": 0.009974712407899168,
1034
+ # "max_depth": 4,
1035
+ # "min_child_weight": 0.9238550485581797,
1036
+ # "ag_args": {"name_suffix": "_r31", "priority": -55},
1037
+ # },
1038
+ {
1039
+ "colsample_bytree": 0.5078030322234142,
1040
+ "enable_categorical": True,
1041
+ "learning_rate": 0.03502844787947471,
1042
+ "max_depth": 9,
1043
+ "min_child_weight": 0.7519409882460929,
1044
+ "ag_args": {"name_suffix": "_r102", "priority": -69},
1045
+ },
1046
+ {
1047
+ "colsample_bytree": 0.975937238416368,
1048
+ "enable_categorical": False,
1049
+ "learning_rate": 0.06634196266155237,
1050
+ "max_depth": 5,
1051
+ "min_child_weight": 1.4088437184127383,
1052
+ "ag_args": {"name_suffix": "_r95", "priority": -90},
1053
+ },
1054
+ {
1055
+ "colsample_bytree": 0.8551684144871067,
1056
+ "enable_categorical": False,
1057
+ "learning_rate": 0.01984858936348865,
1058
+ "max_depth": 10,
1059
+ "min_child_weight": 1.0305372145627818,
1060
+ "ag_args": {"name_suffix": "_r130", "priority": -116},
1061
+ },
1062
+ {
1063
+ "colsample_bytree": 0.7317254886922415,
1064
+ "enable_categorical": True,
1065
+ "learning_rate": 0.014069637236426217,
1066
+ "max_depth": 4,
1067
+ "min_child_weight": 1.108252865854013,
1068
+ "ag_args": {"name_suffix": "_r44", "priority": -117},
1069
+ },
1070
+ {
1071
+ "colsample_bytree": 0.6363281472900566,
1072
+ "enable_categorical": False,
1073
+ "learning_rate": 0.05358312362730344,
1074
+ "max_depth": 10,
1075
+ "min_child_weight": 1.0680445610939322,
1076
+ "ag_args": {"name_suffix": "_r3", "priority": -119},
1077
+ },
1078
+ {
1079
+ "colsample_bytree": 0.5019301757551305,
1080
+ "enable_categorical": False,
1081
+ "learning_rate": 0.028332242590352767,
1082
+ "max_depth": 5,
1083
+ "min_child_weight": 0.5813695988533053,
1084
+ "ag_args": {"name_suffix": "_r184", "priority": -124},
1085
+ },
1086
+ {
1087
+ "colsample_bytree": 0.6167101277340481,
1088
+ "enable_categorical": True,
1089
+ "learning_rate": 0.01585533568837928,
1090
+ "max_depth": 6,
1091
+ "min_child_weight": 1.230709099127476,
1092
+ "ag_args": {"name_suffix": "_r113", "priority": -127},
1093
+ },
1094
+ {
1095
+ "colsample_bytree": 0.5619099914247208,
1096
+ "enable_categorical": False,
1097
+ "learning_rate": 0.06672278511715538,
1098
+ "max_depth": 9,
1099
+ "min_child_weight": 1.0691007386145932,
1100
+ "ag_args": {"name_suffix": "_r39", "priority": -146},
1101
+ },
1102
+ {
1103
+ "colsample_bytree": 0.8576039170061793,
1104
+ "enable_categorical": False,
1105
+ "learning_rate": 0.012446976122406065,
1106
+ "max_depth": 8,
1107
+ "min_child_weight": 0.5030995410843868,
1108
+ "ag_args": {"name_suffix": "_r147", "priority": -184},
1109
+ },
1110
+ {
1111
+ "colsample_bytree": 0.9679160401083943,
1112
+ "enable_categorical": True,
1113
+ "learning_rate": 0.07231523643035528,
1114
+ "max_depth": 9,
1115
+ "min_child_weight": 0.7115338977263024,
1116
+ "ag_args": {"name_suffix": "_r159", "priority": -185},
1117
+ },
1118
+ ],
1119
+ "FASTAI": [
1120
+ {},
1121
+ {
1122
+ "bs": 256,
1123
+ "emb_drop": 0.5411770367537934,
1124
+ "epochs": 43,
1125
+ "layers": [800, 400],
1126
+ "lr": 0.01519848858318159,
1127
+ "ps": 0.23782946566604385,
1128
+ "ag_args": {"name_suffix": "_r191", "priority": -4},
1129
+ },
1130
+ {
1131
+ "bs": 128,
1132
+ "emb_drop": 0.3939481870086508,
1133
+ "epochs": 50,
1134
+ "layers": [400, 200, 100],
1135
+ "lr": 0.05474993731798857,
1136
+ "ps": 0.312476090838242,
1137
+ "ag_args": {"name_suffix": "_r120", "priority": -10},
1138
+ },
1139
+ {
1140
+ "bs": 128,
1141
+ "emb_drop": 0.44339037504795686,
1142
+ "epochs": 31,
1143
+ "layers": [400, 200, 100],
1144
+ "lr": 0.008615195908919904,
1145
+ "ps": 0.19220253419114286,
1146
+ "ag_args": {"name_suffix": "_r145", "priority": -14},
1147
+ },
1148
+ {
1149
+ "bs": 2048,
1150
+ "emb_drop": 0.4149912327575128,
1151
+ "epochs": 20,
1152
+ "layers": [400, 200],
1153
+ "lr": 0.04711168148637163,
1154
+ "ps": 0.5930762171488877,
1155
+ "ag_args": {"name_suffix": "_r1", "priority": -17},
1156
+ },
1157
+ {
1158
+ "bs": 128,
1159
+ "emb_drop": 0.026897798530914306,
1160
+ "epochs": 31,
1161
+ "layers": [800, 400],
1162
+ "lr": 0.08045277634470181,
1163
+ "ps": 0.4569532219038436,
1164
+ "ag_args": {"name_suffix": "_r11", "priority": -23},
1165
+ },
1166
+ {
1167
+ "bs": 1024,
1168
+ "emb_drop": 0.5074958658302495,
1169
+ "epochs": 42,
1170
+ "layers": [200, 100, 50],
1171
+ "lr": 0.026342427824862867,
1172
+ "ps": 0.34814978753283593,
1173
+ "ag_args": {"name_suffix": "_r187", "priority": -33},
1174
+ },
1175
+ {
1176
+ "bs": 256,
1177
+ "emb_drop": 0.0052278224214431955,
1178
+ "epochs": 39,
1179
+ "layers": [200, 100, 50],
1180
+ "lr": 0.019675935745941037,
1181
+ "ps": 0.49360327844735585,
1182
+ "ag_args": {"name_suffix": "_r165", "priority": -37},
1183
+ },
1184
+ {
1185
+ "bs": 128,
1186
+ "emb_drop": 0.08669109226243704,
1187
+ "epochs": 45,
1188
+ "layers": [800, 400],
1189
+ "lr": 0.0041554361714983635,
1190
+ "ps": 0.2669780074016213,
1191
+ "ag_args": {"name_suffix": "_r138", "priority": -39},
1192
+ },
1193
+ {
1194
+ "bs": 512,
1195
+ "emb_drop": 0.5325204955732282,
1196
+ "epochs": 36,
1197
+ "layers": [200],
1198
+ "lr": 0.021387722847117794,
1199
+ "ps": 0.41116271561673834,
1200
+ "ag_args": {"name_suffix": "_r179", "priority": -43},
1201
+ },
1202
+ {
1203
+ "bs": 512,
1204
+ "emb_drop": 0.304332450990704,
1205
+ "epochs": 37,
1206
+ "layers": [400, 200],
1207
+ "lr": 0.022114884908502042,
1208
+ "ps": 0.3661044725262556,
1209
+ "ag_args": {"name_suffix": "_r123", "priority": -45},
1210
+ },
1211
+ {
1212
+ "bs": 2048,
1213
+ "emb_drop": 0.006251885504130949,
1214
+ "epochs": 47,
1215
+ "layers": [800, 400],
1216
+ "lr": 0.01329622020483052,
1217
+ "ps": 0.2677080696008348,
1218
+ "ag_args": {"name_suffix": "_r134", "priority": -58},
1219
+ },
1220
+ {
1221
+ "bs": 128,
1222
+ "emb_drop": 0.09607594536689695,
1223
+ "epochs": 36,
1224
+ "layers": [400, 200],
1225
+ "lr": 0.05050764650138042,
1226
+ "ps": 0.12558704891144218,
1227
+ "ag_args": {"name_suffix": "_r131", "priority": -63},
1228
+ },
1229
+ {
1230
+ "bs": 512,
1231
+ "emb_drop": 0.05604276533830355,
1232
+ "epochs": 32,
1233
+ "layers": [400],
1234
+ "lr": 0.027320709383189166,
1235
+ "ps": 0.022591301744255762,
1236
+ "ag_args": {"name_suffix": "_r172", "priority": -70},
1237
+ },
1238
+ {
1239
+ "bs": 128,
1240
+ "emb_drop": 0.6656668277387758,
1241
+ "epochs": 32,
1242
+ "layers": [400, 200, 100],
1243
+ "lr": 0.019326244622675428,
1244
+ "ps": 0.04084945128641206,
1245
+ "ag_args": {"name_suffix": "_r95", "priority": -73},
1246
+ },
1247
+ {
1248
+ "bs": 256,
1249
+ "emb_drop": 0.6539497985473556,
1250
+ "epochs": 27,
1251
+ "layers": [800, 400],
1252
+ "lr": 0.008540379133171428,
1253
+ "ps": 0.4129369834481997,
1254
+ "ag_args": {"name_suffix": "_r39", "priority": -77},
1255
+ },
1256
+ {
1257
+ "bs": 1024,
1258
+ "emb_drop": 0.4329361816589235,
1259
+ "epochs": 50,
1260
+ "layers": [400],
1261
+ "lr": 0.09501311551121323,
1262
+ "ps": 0.2863378667611431,
1263
+ "ag_args": {"name_suffix": "_r88", "priority": -81},
1264
+ },
1265
+ {
1266
+ "bs": 512,
1267
+ "emb_drop": 0.48799913177984827,
1268
+ "epochs": 37,
1269
+ "layers": [200, 100, 50],
1270
+ "lr": 0.09585563123235417,
1271
+ "ps": 0.17459402873951585,
1272
+ "ag_args": {"name_suffix": "_r94", "priority": -84},
1273
+ },
1274
+ {
1275
+ "bs": 1024,
1276
+ "emb_drop": 0.03949283289977636,
1277
+ "epochs": 37,
1278
+ "layers": [400, 200, 100],
1279
+ "lr": 0.05323385634320209,
1280
+ "ps": 0.6834830706151297,
1281
+ "ag_args": {"name_suffix": "_r42", "priority": -93},
1282
+ },
1283
+ {
1284
+ "bs": 128,
1285
+ "emb_drop": 0.013991365786131115,
1286
+ "epochs": 30,
1287
+ "layers": [200, 100],
1288
+ "lr": 0.08974875871045038,
1289
+ "ps": 0.25161112477852504,
1290
+ "ag_args": {"name_suffix": "_r16", "priority": -96},
1291
+ },
1292
+ {
1293
+ "bs": 256,
1294
+ "emb_drop": 0.6036229827851316,
1295
+ "epochs": 26,
1296
+ "layers": [400, 200],
1297
+ "lr": 0.0019169423883858754,
1298
+ "ps": 0.3122948588614413,
1299
+ "ag_args": {"name_suffix": "_r106", "priority": -102},
1300
+ },
1301
+ {
1302
+ "bs": 512,
1303
+ "emb_drop": 0.3132611095327173,
1304
+ "epochs": 22,
1305
+ "layers": [800, 400],
1306
+ "lr": 0.0037111611381388542,
1307
+ "ps": 0.07002243450258397,
1308
+ "ag_args": {"name_suffix": "_r101", "priority": -108},
1309
+ },
1310
+ {
1311
+ "bs": 1024,
1312
+ "emb_drop": 0.31956392388385874,
1313
+ "epochs": 25,
1314
+ "layers": [200, 100],
1315
+ "lr": 0.08552736732040143,
1316
+ "ps": 0.0934076022219228,
1317
+ "ag_args": {"name_suffix": "_r127", "priority": -113},
1318
+ },
1319
+ {
1320
+ "bs": 128,
1321
+ "emb_drop": 0.38627138139328115,
1322
+ "epochs": 42,
1323
+ "layers": [800, 400],
1324
+ "lr": 0.08483598191521528,
1325
+ "ps": 0.22469806896144823,
1326
+ "ag_args": {"name_suffix": "_r29", "priority": -115},
1327
+ },
1328
+ {
1329
+ "bs": 2048,
1330
+ "emb_drop": 0.5482641068196692,
1331
+ "epochs": 47,
1332
+ "layers": [400, 200, 100],
1333
+ "lr": 0.0017967245032803941,
1334
+ "ps": 0.46375320007287313,
1335
+ "ag_args": {"name_suffix": "_r90", "priority": -123},
1336
+ },
1337
+ {
1338
+ "bs": 256,
1339
+ "emb_drop": 0.3358277091379548,
1340
+ "epochs": 39,
1341
+ "layers": [400, 200],
1342
+ "lr": 0.08407418785434553,
1343
+ "ps": 0.06997096091499505,
1344
+ "ag_args": {"name_suffix": "_r136", "priority": -125},
1345
+ },
1346
+ {
1347
+ "bs": 128,
1348
+ "emb_drop": 0.1714226355940696,
1349
+ "epochs": 45,
1350
+ "layers": [200],
1351
+ "lr": 0.0012051775395048954,
1352
+ "ps": 0.6459296271577557,
1353
+ "ag_args": {"name_suffix": "_r159", "priority": -130},
1354
+ },
1355
+ {
1356
+ "bs": 2048,
1357
+ "emb_drop": 0.000382175427896958,
1358
+ "epochs": 46,
1359
+ "layers": [400, 200, 100],
1360
+ "lr": 0.002028652260418399,
1361
+ "ps": 0.24384972715881284,
1362
+ "ag_args": {"name_suffix": "_r169", "priority": -134},
1363
+ },
1364
+ {
1365
+ "bs": 128,
1366
+ "emb_drop": 0.4599138419358,
1367
+ "epochs": 47,
1368
+ "layers": [200, 100],
1369
+ "lr": 0.03888383281136287,
1370
+ "ps": 0.28193673177122863,
1371
+ "ag_args": {"name_suffix": "_r128", "priority": -143},
1372
+ },
1373
+ {
1374
+ "bs": 1024,
1375
+ "emb_drop": 0.22771721361129746,
1376
+ "epochs": 38,
1377
+ "layers": [400],
1378
+ "lr": 0.0005383511954451698,
1379
+ "ps": 0.3734259772256502,
1380
+ "ag_args": {"name_suffix": "_r65", "priority": -144},
1381
+ },
1382
+ {
1383
+ "bs": 128,
1384
+ "emb_drop": 0.1978897556618756,
1385
+ "epochs": 49,
1386
+ "layers": [400, 200, 100],
1387
+ "lr": 0.021551443035084644,
1388
+ "ps": 0.005518872455908264,
1389
+ "ag_args": {"name_suffix": "_r109", "priority": -152},
1390
+ },
1391
+ {
1392
+ "bs": 512,
1393
+ "emb_drop": 0.3794906175059568,
1394
+ "epochs": 49,
1395
+ "layers": [400, 200],
1396
+ "lr": 0.01841936985537725,
1397
+ "ps": 0.2009834831789172,
1398
+ "ag_args": {"name_suffix": "_r118", "priority": -160},
1399
+ },
1400
+ {
1401
+ "bs": 512,
1402
+ "emb_drop": 0.24892891649496893,
1403
+ "epochs": 48,
1404
+ "layers": [800, 400],
1405
+ "lr": 0.02884073803446048,
1406
+ "ps": 0.5240645338953831,
1407
+ "ag_args": {"name_suffix": "_r53", "priority": -161},
1408
+ },
1409
+ {
1410
+ "bs": 256,
1411
+ "emb_drop": 0.2684235575244635,
1412
+ "epochs": 29,
1413
+ "layers": [200, 100],
1414
+ "lr": 0.052518805993807795,
1415
+ "ps": 0.07200435108540675,
1416
+ "ag_args": {"name_suffix": "_r28", "priority": -166},
1417
+ },
1418
+ {
1419
+ "bs": 1024,
1420
+ "emb_drop": 0.0463046234818683,
1421
+ "epochs": 36,
1422
+ "layers": [800, 400],
1423
+ "lr": 0.04669680619450405,
1424
+ "ps": 0.11348418249618325,
1425
+ "ag_args": {"name_suffix": "_r146", "priority": -174},
1426
+ },
1427
+ {
1428
+ "bs": 256,
1429
+ "emb_drop": 0.6272268712563539,
1430
+ "epochs": 44,
1431
+ "layers": [800, 400],
1432
+ "lr": 0.05629418126052196,
1433
+ "ps": 0.4760388986243886,
1434
+ "ag_args": {"name_suffix": "_r23", "priority": -182},
1435
+ },
1436
+ {
1437
+ "bs": 1024,
1438
+ "emb_drop": 0.4530218981312888,
1439
+ "epochs": 42,
1440
+ "layers": [200],
1441
+ "lr": 0.002032928260082698,
1442
+ "ps": 0.2784745269310403,
1443
+ "ag_args": {"name_suffix": "_r20", "priority": -188},
1444
+ },
1445
+ {
1446
+ "bs": 512,
1447
+ "emb_drop": 0.4875242012567504,
1448
+ "epochs": 36,
1449
+ "layers": [400, 200],
1450
+ "lr": 0.0006167746422948765,
1451
+ "ps": 0.041961008774701276,
1452
+ "ag_args": {"name_suffix": "_r122", "priority": -189},
1453
+ },
1454
+ {
1455
+ "bs": 2048,
1456
+ "emb_drop": 0.6343202884164582,
1457
+ "epochs": 21,
1458
+ "layers": [400, 200],
1459
+ "lr": 0.08479209380262258,
1460
+ "ps": 0.48362560779595565,
1461
+ "ag_args": {"name_suffix": "_r111", "priority": -190},
1462
+ },
1463
+ {
1464
+ "bs": 128,
1465
+ "emb_drop": 0.5990623396748277,
1466
+ "epochs": 33,
1467
+ "layers": [200, 100, 50],
1468
+ "lr": 0.023916641022656154,
1469
+ "ps": 0.12014077408300836,
1470
+ "ag_args": {"name_suffix": "_r35", "priority": -193},
1471
+ },
1472
+ ],
1473
+ "RF": [
1474
+ {
1475
+ "criterion": "gini",
1476
+ "ag_args": {
1477
+ "name_suffix": "Gini",
1478
+ "problem_types": ["binary", "multiclass"],
1479
+ },
1480
+ },
1481
+ {
1482
+ "criterion": "entropy",
1483
+ "ag_args": {
1484
+ "name_suffix": "Entr",
1485
+ "problem_types": ["binary", "multiclass"],
1486
+ },
1487
+ },
1488
+ {
1489
+ "criterion": "squared_error",
1490
+ "ag_args": {
1491
+ "name_suffix": "MSE",
1492
+ "problem_types": ["regression", "quantile"],
1493
+ },
1494
+ },
1495
+ {
1496
+ "max_features": 0.75,
1497
+ "max_leaf_nodes": 18392,
1498
+ "min_samples_leaf": 1,
1499
+ "ag_args": {"name_suffix": "_r42", "priority": -11},
1500
+ },
1501
+ {
1502
+ "max_features": 1.0,
1503
+ "max_leaf_nodes": 25177,
1504
+ "min_samples_leaf": 5,
1505
+ "ag_args": {"name_suffix": "_r125", "priority": -31},
1506
+ },
1507
+ {
1508
+ "max_features": 1.0,
1509
+ "max_leaf_nodes": 45899,
1510
+ "min_samples_leaf": 20,
1511
+ "ag_args": {"name_suffix": "_r50", "priority": -46},
1512
+ },
1513
+ {
1514
+ "max_features": 1.0,
1515
+ "max_leaf_nodes": 18704,
1516
+ "min_samples_leaf": 1,
1517
+ "ag_args": {"name_suffix": "_r144", "priority": -57},
1518
+ },
1519
+ {
1520
+ "max_features": 0.75,
1521
+ "max_leaf_nodes": 48569,
1522
+ "min_samples_leaf": 40,
1523
+ "ag_args": {"name_suffix": "_r200", "priority": -66},
1524
+ },
1525
+ {
1526
+ "max_features": "sqrt",
1527
+ "max_leaf_nodes": 11995,
1528
+ "min_samples_leaf": 1,
1529
+ "ag_args": {"name_suffix": "_r148", "priority": -74},
1530
+ },
1531
+ {
1532
+ "max_features": 0.75,
1533
+ "max_leaf_nodes": 36230,
1534
+ "min_samples_leaf": 3,
1535
+ "ag_args": {"name_suffix": "_r15", "priority": -79},
1536
+ },
1537
+ {
1538
+ "max_features": 1.0,
1539
+ "max_leaf_nodes": 26368,
1540
+ "min_samples_leaf": 2,
1541
+ "ag_args": {"name_suffix": "_r19", "priority": -106},
1542
+ },
1543
+ {
1544
+ "max_features": 0.5,
1545
+ "max_leaf_nodes": 22329,
1546
+ "min_samples_leaf": 20,
1547
+ "ag_args": {"name_suffix": "_r111", "priority": -126},
1548
+ },
1549
+ {
1550
+ "max_features": 1.0,
1551
+ "max_leaf_nodes": 42420,
1552
+ "min_samples_leaf": 10,
1553
+ "ag_args": {"name_suffix": "_r83", "priority": -140},
1554
+ },
1555
+ {
1556
+ "max_features": 0.5,
1557
+ "max_leaf_nodes": 43008,
1558
+ "min_samples_leaf": 5,
1559
+ "ag_args": {"name_suffix": "_r95", "priority": -141},
1560
+ },
1561
+ {
1562
+ "max_features": 0.5,
1563
+ "max_leaf_nodes": 19705,
1564
+ "min_samples_leaf": 1,
1565
+ "ag_args": {"name_suffix": "_r134", "priority": -150},
1566
+ },
1567
+ {
1568
+ "max_features": 1.0,
1569
+ "max_leaf_nodes": 34081,
1570
+ "min_samples_leaf": 3,
1571
+ "ag_args": {"name_suffix": "_r194", "priority": -178},
1572
+ },
1573
+ {
1574
+ "max_features": 1.0,
1575
+ "max_leaf_nodes": 12845,
1576
+ "min_samples_leaf": 4,
1577
+ "ag_args": {"name_suffix": "_r172", "priority": -179},
1578
+ },
1579
+ {
1580
+ "max_features": "log2",
1581
+ "max_leaf_nodes": 42644,
1582
+ "min_samples_leaf": 1,
1583
+ "ag_args": {"name_suffix": "_r166", "priority": -180},
1584
+ },
1585
+ {
1586
+ "max_features": "sqrt",
1587
+ "max_leaf_nodes": 30080,
1588
+ "min_samples_leaf": 80,
1589
+ "ag_args": {"name_suffix": "_r113", "priority": -187},
1590
+ },
1591
+ ],
1592
+ "XT": [
1593
+ {
1594
+ "criterion": "gini",
1595
+ "ag_args": {
1596
+ "name_suffix": "Gini",
1597
+ "problem_types": ["binary", "multiclass"],
1598
+ },
1599
+ },
1600
+ {
1601
+ "criterion": "entropy",
1602
+ "ag_args": {
1603
+ "name_suffix": "Entr",
1604
+ "problem_types": ["binary", "multiclass"],
1605
+ },
1606
+ },
1607
+ {
1608
+ "criterion": "squared_error",
1609
+ "ag_args": {
1610
+ "name_suffix": "MSE",
1611
+ "problem_types": ["regression", "quantile"],
1612
+ },
1613
+ },
1614
+ {
1615
+ "max_features": 1.0,
1616
+ "max_leaf_nodes": 18729,
1617
+ "min_samples_leaf": 5,
1618
+ "ag_args": {"name_suffix": "_r137", "priority": -16},
1619
+ },
1620
+ {
1621
+ "max_features": 1.0,
1622
+ "max_leaf_nodes": 15825,
1623
+ "min_samples_leaf": 3,
1624
+ "ag_args": {"name_suffix": "_r196", "priority": -61},
1625
+ },
1626
+ {
1627
+ "max_features": 1.0,
1628
+ "max_leaf_nodes": 48136,
1629
+ "min_samples_leaf": 1,
1630
+ "ag_args": {"name_suffix": "_r16", "priority": -72},
1631
+ },
1632
+ {
1633
+ "max_features": 0.75,
1634
+ "max_leaf_nodes": 46988,
1635
+ "min_samples_leaf": 40,
1636
+ "ag_args": {"name_suffix": "_r102", "priority": -75},
1637
+ },
1638
+ {
1639
+ "max_features": "log2",
1640
+ "max_leaf_nodes": 33436,
1641
+ "min_samples_leaf": 2,
1642
+ "ag_args": {"name_suffix": "_r119", "priority": -86},
1643
+ },
1644
+ {
1645
+ "max_features": 0.75,
1646
+ "max_leaf_nodes": 12012,
1647
+ "min_samples_leaf": 5,
1648
+ "ag_args": {"name_suffix": "_r25", "priority": -89},
1649
+ },
1650
+ {
1651
+ "max_features": 0.5,
1652
+ "max_leaf_nodes": 30392,
1653
+ "min_samples_leaf": 4,
1654
+ "ag_args": {"name_suffix": "_r31", "priority": -99},
1655
+ },
1656
+ {
1657
+ "max_features": 0.75,
1658
+ "max_leaf_nodes": 37308,
1659
+ "min_samples_leaf": 1,
1660
+ "ag_args": {"name_suffix": "_r195", "priority": -128},
1661
+ },
1662
+ {
1663
+ "max_features": "log2",
1664
+ "max_leaf_nodes": 24441,
1665
+ "min_samples_leaf": 20,
1666
+ "ag_args": {"name_suffix": "_r123", "priority": -155},
1667
+ },
1668
+ {
1669
+ "max_features": 1.0,
1670
+ "max_leaf_nodes": 31951,
1671
+ "min_samples_leaf": 4,
1672
+ "ag_args": {"name_suffix": "_r142", "priority": -169},
1673
+ },
1674
+ {
1675
+ "max_features": 0.5,
1676
+ "max_leaf_nodes": 36718,
1677
+ "min_samples_leaf": 1,
1678
+ "ag_args": {"name_suffix": "_r158", "priority": -177},
1679
+ },
1680
+ ],
1681
+ "KNN": [
1682
+ {"weights": "uniform", "ag_args": {"name_suffix": "Unif"}},
1683
+ {"weights": "distance", "ag_args": {"name_suffix": "Dist"}},
1684
+ {
1685
+ "weights": "distance",
1686
+ "p": 2,
1687
+ "n_neighbors": 50,
1688
+ "ag_args": {"name_suffix": "_r32", "priority": -56},
1689
+ },
1690
+ {
1691
+ "weights": "distance",
1692
+ "p": 1,
1693
+ "n_neighbors": 5,
1694
+ "ag_args": {"name_suffix": "_r16", "priority": -82},
1695
+ },
1696
+ {
1697
+ "weights": "uniform",
1698
+ "p": 1,
1699
+ "n_neighbors": 3,
1700
+ "ag_args": {"name_suffix": "_r23", "priority": -136},
1701
+ },
1702
+ {
1703
+ "weights": "uniform",
1704
+ "p": 1,
1705
+ "n_neighbors": 30,
1706
+ "ag_args": {"name_suffix": "_r45", "priority": -151},
1707
+ },
1708
+ ],
1709
+ "LR": [
1710
+ {
1711
+ "C": 978.6204803985407,
1712
+ "penalty": "L2",
1713
+ "proc.impute_strategy": "mean",
1714
+ "proc.skew_threshold": None,
1715
+ "ag_args": {"name_suffix": "_r9", "priority": 95},
1716
+ },
1717
+ {
1718
+ "C": 958.9533736976579,
1719
+ "penalty": "L1",
1720
+ "proc.impute_strategy": "mean",
1721
+ "proc.skew_threshold": 0.99,
1722
+ "ag_args": {"name_suffix": "_r22", "priority": 15},
1723
+ },
1724
+ {
1725
+ "C": 55.80912223223615,
1726
+ "penalty": "L1",
1727
+ "proc.impute_strategy": "mean",
1728
+ "proc.skew_threshold": None,
1729
+ "ag_args": {"name_suffix": "_r30", "priority": -21},
1730
+ },
1731
+ {
1732
+ "C": 647.2094227735367,
1733
+ "penalty": "L2",
1734
+ "proc.impute_strategy": "median",
1735
+ "proc.skew_threshold": 0.999,
1736
+ "ag_args": {"name_suffix": "_r38", "priority": -36},
1737
+ },
1738
+ {
1739
+ "C": 857.9598230609945,
1740
+ "penalty": "L1",
1741
+ "proc.impute_strategy": "mean",
1742
+ "proc.skew_threshold": None,
1743
+ "ag_args": {"name_suffix": "_r2", "priority": -67},
1744
+ },
1745
+ {
1746
+ "C": 791.7458655788563,
1747
+ "penalty": "L1",
1748
+ "proc.impute_strategy": "median",
1749
+ "proc.skew_threshold": 0.99,
1750
+ "ag_args": {"name_suffix": "_r5", "priority": -159},
1751
+ },
1752
+ ],
1753
+ }