-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmodels_test.json
More file actions
81 lines (81 loc) · 1.83 KB
/
Copy pathmodels_test.json
File metadata and controls
81 lines (81 loc) · 1.83 KB
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
{
"rwr": {
"r": [0.5]
},
"label_spreading": {
"r": [0.5]
},
"bagging_gcn": {
"n_hidden_feats": [12],
"n_hidden_layers": [0],
"dropout": [0.1],
"epochs": [1],
"lr": [0.01],
"n_bootstraps": [5]
},
"rwr_m": {
"r": [0.5]
},
"bagging_gcn_with_attributes": {
"n_hidden_feats": [5],
"n_hidden_layers": [0],
"dropout": [0.1],
"epochs": [1],
"lr": [0.01],
"n_bootstraps": [5]
},
"bagging_rgcn": {
"n_hidden_feats": [12],
"n_hidden_layers": [0],
"dropout": [0],
"n_bases": [-1],
"epochs": [1],
"lr": [0.01],
"weight_decay": [0],
"n_bootstraps": [5]
},
"bagging_rgcn_with_attributes": {
"n_hidden_feats": [5],
"n_hidden_layers": [0],
"dropout": [0],
"n_bases": [-1],
"epochs": [1],
"lr": [0.01],
"weight_decay": [0],
"n_bootstraps": [5]
},
"bagging_logistic_regression": {
"epochs": [1],
"lr": [0.01],
"n_bootstraps": [5]
},
"bagging_logistic_regression_with_attributes": {
"epochs": [1],
"lr": [0.01],
"n_bootstraps": [5]
},
"bagging_mlp": {
"n_hidden_feats": [8],
"dropout": [0],
"epochs": [1],
"lr": [0.01],
"n_bootstraps": [5]
},
"bagging_mlp_with_attributes": {
"n_hidden_feats": [8],
"dropout": [0],
"epochs": [1],
"lr": [0.01],
"n_bootstraps": [5]
},
"bagging_rgcn_with_embeddings": {
"n_hidden_feats": [16],
"n_hidden_layers": [0],
"dropout": [0],
"n_bases": [-1],
"epochs": [1],
"lr": [0.01],
"weight_decay": [0],
"n_bootstraps": [5]
}
}