Upload blackbox yahpo-rbv2_rpart
Browse files
yahpo/rbv2_rpart/best_params_resnet.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"d": 128, "d_hidden_factor": 2.9531195897848224, "hidden_dropout": 0.3893535073967131, "lr": 0.003079328662074934, "mixup": false, "n_layers": 3, "opt_tfms_acc": true, "opt_tfms_auc": true, "opt_tfms_bac": true, "opt_tfms_brier": true, "opt_tfms_cp": true, "opt_tfms_f1": false, "opt_tfms_logloss": false, "opt_tfms_maxdepth": true, "opt_tfms_memory": false, "opt_tfms_minbucket": true, "opt_tfms_minsplit": true, "opt_tfms_repl": true, "opt_tfms_timepredict": false, "opt_tfms_timetrain": true, "opt_tfms_trainsize": true, "tfms_acc": "tlog", "tfms_auc": "tlog", "tfms_bac": "tlog", "tfms_brier": "tlog", "tfms_cp": "tnexp", "tfms_maxdepth": "tlog", "tfms_minbucket": "tlog", "tfms_minsplit": "tnexp", "tfms_repl": "tnexp", "tfms_timetrain": "tnexp", "tfms_trainsize": "tlog", "use_residual_dropout": false}
|
yahpo/rbv2_rpart/config_space.json
ADDED
@@ -0,0 +1,76 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"hyperparameters": [
|
3 |
+
{
|
4 |
+
"name": "cp",
|
5 |
+
"type": "uniform_float",
|
6 |
+
"log": true,
|
7 |
+
"lower": 0.0009118819655545162,
|
8 |
+
"upper": 1.0,
|
9 |
+
"default": 0.01
|
10 |
+
},
|
11 |
+
{
|
12 |
+
"name": "maxdepth",
|
13 |
+
"type": "uniform_int",
|
14 |
+
"log": false,
|
15 |
+
"lower": 1,
|
16 |
+
"upper": 30,
|
17 |
+
"default": 30
|
18 |
+
},
|
19 |
+
{
|
20 |
+
"name": "minbucket",
|
21 |
+
"type": "uniform_int",
|
22 |
+
"log": false,
|
23 |
+
"lower": 1,
|
24 |
+
"upper": 100,
|
25 |
+
"default": 1
|
26 |
+
},
|
27 |
+
{
|
28 |
+
"name": "minsplit",
|
29 |
+
"type": "uniform_int",
|
30 |
+
"log": false,
|
31 |
+
"lower": 1,
|
32 |
+
"upper": 100,
|
33 |
+
"default": 20
|
34 |
+
},
|
35 |
+
{
|
36 |
+
"name": "num.impute.selected.cpo",
|
37 |
+
"type": "categorical",
|
38 |
+
"choices": [
|
39 |
+
"impute.mean",
|
40 |
+
"impute.median",
|
41 |
+
"impute.hist"
|
42 |
+
],
|
43 |
+
"default": "impute.mean",
|
44 |
+
"probabilities": null
|
45 |
+
},
|
46 |
+
{
|
47 |
+
"name": "repl",
|
48 |
+
"type": "uniform_int",
|
49 |
+
"log": false,
|
50 |
+
"lower": 1,
|
51 |
+
"upper": 10,
|
52 |
+
"default": 6
|
53 |
+
},
|
54 |
+
{
|
55 |
+
"name": "task_id",
|
56 |
+
"type": "categorical",
|
57 |
+
"choices": [
|
58 |
+
"41138","4135","40981","4134","40927","1220","4154","40923","41163","40996","4538","40978","375","1111","40496","40966","41150","4534","40900","40536","41156","1590","1457","458","469","41157","11","1461","1462","1464","15","40975","41142","40701","40994","23","1468","40668","29","31","6332","37","4541","40670","23381","151","188","41164","1475","1476","41159","1478","41169","23512","1479","41212","1480","300","41168","41143","1053","41027","1067","1063","41162","3","6","1485","1056","12","14","16","18","40979","22","1515","554","334","24","1486","23517","1493","28","1487","1068","1050","1049","32","1489","470","1494","41161","41165","182","312","40984","1501","40685","38","42","44","46","40982","1040","41146","377","40499","50","54","41166","307","1497","60","1510","40983","40498","181"
|
59 |
+
],
|
60 |
+
"default": "1040",
|
61 |
+
"probabilities": null
|
62 |
+
},
|
63 |
+
{
|
64 |
+
"name": "trainsize",
|
65 |
+
"type": "uniform_float",
|
66 |
+
"log": false,
|
67 |
+
"lower": 0.03,
|
68 |
+
"upper": 1.0,
|
69 |
+
"default": 0.525
|
70 |
+
}
|
71 |
+
],
|
72 |
+
"conditions": [],
|
73 |
+
"forbiddens": [],
|
74 |
+
"python_module_version": "0.4.18",
|
75 |
+
"json_format_version": 0.2
|
76 |
+
}
|
yahpo/rbv2_rpart/encoding.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"num.impute.selected.cpo": {"#na#": 0, "impute.hist": 1, "impute.mean": 2, "impute.median": 3}, "task_id": {"#na#": 0, "1040": 1, "1049": 2, "1050": 3, "1053": 4, "1056": 5, "1063": 6, "1067": 7, "1068": 8, "11": 9, "1111": 10, "12": 11, "1220": 12, "14": 13, "1457": 14, "1461": 15, "1462": 16, "1464": 17, "1468": 18, "1475": 19, "1476": 20, "1478": 21, "1479": 22, "1480": 23, "1485": 24, "1486": 25, "1487": 26, "1489": 27, "1493": 28, "1494": 29, "1497": 30, "15": 31, "1501": 32, "151": 33, "1510": 34, "1515": 35, "1590": 36, "16": 37, "18": 38, "181": 39, "182": 40, "188": 41, "22": 42, "23": 43, "23381": 44, "23512": 45, "23517": 46, "24": 47, "28": 48, "29": 49, "3": 50, "300": 51, "307": 52, "31": 53, "312": 54, "32": 55, "334": 56, "37": 57, "375": 58, "377": 59, "38": 60, "40496": 61, "40498": 62, "40499": 63, "40536": 64, "40668": 65, "40670": 66, "40685": 67, "40701": 68, "40900": 69, "40923": 70, "40927": 71, "40966": 72, "40975": 73, "40978": 74, "40979": 75, "40981": 76, "40982": 77, "40983": 78, "40984": 79, "40994": 80, "40996": 81, "41027": 82, "41138": 83, "41142": 84, "41143": 85, "41146": 86, "41150": 87, "41156": 88, "41157": 89, "41159": 90, "41161": 91, "41162": 92, "41163": 93, "41164": 94, "41165": 95, "41166": 96, "41168": 97, "41169": 98, "41212": 99, "4134": 100, "4135": 101, "4154": 102, "42": 103, "44": 104, "4534": 105, "4538": 106, "4541": 107, "458": 108, "46": 109, "469": 110, "470": 111, "50": 112, "54": 113, "554": 114, "6": 115, "60": 116, "6332": 117}}
|
yahpo/rbv2_rpart/metadata.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"metric_elapsed_time": "time", "metric_default": "val_accuracy", "resource_attr": "st_worker_iter"}
|
yahpo/rbv2_rpart/model.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:af34bb810107fd809bdd74be227685fb2a1c5cb7b1f3c2dde5629e42ef6819f3
|
3 |
+
size 1827105
|
yahpo/rbv2_rpart/param_set.R
ADDED
@@ -0,0 +1,64 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
codomain = ps(
|
2 |
+
acc = p_dbl(lower = 0, upper = 1, tags = "maximize"),
|
3 |
+
bac = p_dbl(lower = 0, upper = 1, tags = "maximize"),
|
4 |
+
f1 = p_dbl(lower = 0, upper = 1, tags = "maximize"),
|
5 |
+
auc = p_dbl(lower = 0, upper = 1, tags = "maximize"),
|
6 |
+
brier = p_dbl(lower = 0, upper = 1, tags = "minimize"),
|
7 |
+
logloss = p_dbl(lower = 0, upper = Inf, tags = "minimize"),
|
8 |
+
timetrain = p_dbl(lower = 0, upper = Inf, tags = "minimize"),
|
9 |
+
timepredict = p_dbl(lower = 0, upper = Inf, tags = "minimize"),
|
10 |
+
memory = p_dbl(lower = 0, upper = Inf, tags = "minimize")
|
11 |
+
)
|
12 |
+
|
13 |
+
|
14 |
+
search_space = ps(
|
15 |
+
cp = p_dbl(lower = -7, upper = 0, tags = "log", trafo = function(x) exp(x)),
|
16 |
+
maxdepth = p_int(lower = 1L, upper = 30L),
|
17 |
+
minbucket = p_int(lower = 1L, upper = 100L),
|
18 |
+
minsplit = p_int(lower = 1L, upper = 100L),
|
19 |
+
trainsize = p_dbl(lower = 0.03, upper = 1, tags = "budget"),
|
20 |
+
repl = p_int(lower = 1L, upper = 10L, tags = "budget"),
|
21 |
+
num.impute.selected.cpo = p_fct(levels = c("impute.mean", "impute.median", "impute.hist")),
|
22 |
+
task_id = p_fct(levels = c("41138", "4135", "40981", "4134", "40927", "1220", "4154",
|
23 |
+
"40923", "41163", "40996", "4538", "40978", "375", "1111", "40496",
|
24 |
+
"40966", "41150", "4534", "40900", "40536", "41156", "1590",
|
25 |
+
"1457", "458", "469", "41157", "11", "1461", "1462", "1464",
|
26 |
+
"15", "40975", "41142", "40701", "40994", "23", "1468", "40668",
|
27 |
+
"29", "31", "6332", "37", "4541", "40670", "23381", "151", "188",
|
28 |
+
"41164", "1475", "1476", "41159", "1478", "41169", "23512", "1479",
|
29 |
+
"41212", "1480", "300", "41168", "41143", "1053", "41027", "1067",
|
30 |
+
"1063", "41162", "3", "6", "1485", "1056", "12", "14", "16",
|
31 |
+
"18", "40979", "22", "1515", "554", "334", "24", "1486", "23517",
|
32 |
+
"1493", "28", "1487", "1068", "1050", "1049", "32", "1489", "470",
|
33 |
+
"1494", "41161", "41165", "182", "312", "40984", "1501", "40685",
|
34 |
+
"38", "42", "44", "46", "40982", "1040", "41146", "377", "40499",
|
35 |
+
"50", "54", "41166", "307", "1497", "60", "1510", "40983", "40498",
|
36 |
+
"181"), tags = "task_id"
|
37 |
+
)
|
38 |
+
)
|
39 |
+
|
40 |
+
domain = ps(
|
41 |
+
cp = p_dbl(lower = exp(-7), upper = exp(0)),
|
42 |
+
maxdepth = p_int(lower = 1L, upper = 30L),
|
43 |
+
minbucket = p_int(lower = 1L, upper = 100L),
|
44 |
+
minsplit = p_int(lower = 1L, upper = 100L),
|
45 |
+
trainsize = p_dbl(lower = 0.03, upper = 1, tags = "budget"),
|
46 |
+
repl = p_int(lower = 1L, upper = 10L, tags = "budget"),
|
47 |
+
num.impute.selected.cpo = p_fct(levels = c("impute.mean", "impute.median", "impute.hist")),
|
48 |
+
task_id = p_fct(levels = c("41138", "4135", "40981", "4134", "40927", "1220", "4154",
|
49 |
+
"40923", "41163", "40996", "4538", "40978", "375", "1111", "40496",
|
50 |
+
"40966", "41150", "4534", "40900", "40536", "41156", "1590",
|
51 |
+
"1457", "458", "469", "41157", "11", "1461", "1462", "1464",
|
52 |
+
"15", "40975", "41142", "40701", "40994", "23", "1468", "40668",
|
53 |
+
"29", "31", "6332", "37", "4541", "40670", "23381", "151", "188",
|
54 |
+
"41164", "1475", "1476", "41159", "1478", "41169", "23512", "1479",
|
55 |
+
"41212", "1480", "300", "41168", "41143", "1053", "41027", "1067",
|
56 |
+
"1063", "41162", "3", "6", "1485", "1056", "12", "14", "16",
|
57 |
+
"18", "40979", "22", "1515", "554", "334", "24", "1486", "23517",
|
58 |
+
"1493", "28", "1487", "1068", "1050", "1049", "32", "1489", "470",
|
59 |
+
"1494", "41161", "41165", "182", "312", "40984", "1501", "40685",
|
60 |
+
"38", "42", "44", "46", "40982", "1040", "41146", "377", "40499",
|
61 |
+
"50", "54", "41166", "307", "1497", "60", "1510", "40983", "40498",
|
62 |
+
"181"), tags = "task_id"
|
63 |
+
)
|
64 |
+
)
|