Shuwan commited on
Commit
e335150
·
verified ·
1 Parent(s): 30d69ae

Add files using upload-large-folder tool

Browse files
README.md ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ # Dataset: final-ground-truth
2
+
3
+ This dataset has been uploaded to HuggingFace Hub.
dataset_dict.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"splits": ["train", "test"]}
test/data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c045154b170948e7ea46a87a6999146e0910713517bd44d6cabe4b60f32dc67
3
+ size 3069960
test/dataset_info.json ADDED
@@ -0,0 +1,170 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "citation": "",
3
+ "description": "",
4
+ "features": {
5
+ "X_train": {
6
+ "feature": {
7
+ "feature": {
8
+ "dtype": "float64",
9
+ "_type": "Value"
10
+ },
11
+ "_type": "List"
12
+ },
13
+ "_type": "List"
14
+ },
15
+ "y_train": {
16
+ "feature": {
17
+ "dtype": "float64",
18
+ "_type": "Value"
19
+ },
20
+ "_type": "List"
21
+ },
22
+ "X_test": {
23
+ "feature": {
24
+ "feature": {
25
+ "dtype": "float64",
26
+ "_type": "Value"
27
+ },
28
+ "_type": "List"
29
+ },
30
+ "_type": "List"
31
+ },
32
+ "y_test": {
33
+ "feature": {
34
+ "dtype": "float64",
35
+ "_type": "Value"
36
+ },
37
+ "_type": "List"
38
+ },
39
+ "data_id": {
40
+ "dtype": "string",
41
+ "_type": "Value"
42
+ },
43
+ "graph_id": {
44
+ "dtype": "string",
45
+ "_type": "Value"
46
+ },
47
+ "target_idx": {
48
+ "dtype": "int64",
49
+ "_type": "Value"
50
+ },
51
+ "dataset_idx": {
52
+ "dtype": "int64",
53
+ "_type": "Value"
54
+ },
55
+ "n_train": {
56
+ "dtype": "int64",
57
+ "_type": "Value"
58
+ },
59
+ "n_test": {
60
+ "dtype": "int64",
61
+ "_type": "Value"
62
+ },
63
+ "n_features": {
64
+ "dtype": "int64",
65
+ "_type": "Value"
66
+ },
67
+ "adjacency_matrix": {
68
+ "feature": {
69
+ "feature": {
70
+ "dtype": "int64",
71
+ "_type": "Value"
72
+ },
73
+ "_type": "List"
74
+ },
75
+ "_type": "List"
76
+ },
77
+ "feature_mask": {
78
+ "feature": {
79
+ "dtype": "int64",
80
+ "_type": "Value"
81
+ },
82
+ "_type": "List"
83
+ },
84
+ "selection_method": {
85
+ "dtype": "string",
86
+ "_type": "Value"
87
+ },
88
+ "parents": {
89
+ "feature": {
90
+ "dtype": "int64",
91
+ "_type": "Value"
92
+ },
93
+ "_type": "List"
94
+ },
95
+ "children": {
96
+ "feature": {
97
+ "dtype": "int64",
98
+ "_type": "Value"
99
+ },
100
+ "_type": "List"
101
+ },
102
+ "spouses": {
103
+ "feature": {
104
+ "dtype": "int64",
105
+ "_type": "Value"
106
+ },
107
+ "_type": "List"
108
+ },
109
+ "scm": {
110
+ "coeff_range": {
111
+ "dtype": "float64",
112
+ "_type": "Value"
113
+ },
114
+ "functional": {
115
+ "dtype": "string",
116
+ "_type": "Value"
117
+ },
118
+ "noise_std": {
119
+ "dtype": "float64",
120
+ "_type": "Value"
121
+ },
122
+ "seed": {
123
+ "dtype": "int64",
124
+ "_type": "Value"
125
+ }
126
+ },
127
+ "environment": {
128
+ "method": {
129
+ "dtype": "string",
130
+ "_type": "Value"
131
+ },
132
+ "projection": {
133
+ "dtype": "string",
134
+ "_type": "Value"
135
+ },
136
+ "shift_mean": {
137
+ "dtype": "float64",
138
+ "_type": "Value"
139
+ },
140
+ "shift_std": {
141
+ "dtype": "float64",
142
+ "_type": "Value"
143
+ },
144
+ "train_fraction": {
145
+ "dtype": "float64",
146
+ "_type": "Value"
147
+ }
148
+ },
149
+ "graph_meta": {
150
+ "density": {
151
+ "dtype": "float64",
152
+ "_type": "Value"
153
+ },
154
+ "generation_method": {
155
+ "dtype": "string",
156
+ "_type": "Value"
157
+ },
158
+ "num_edges": {
159
+ "dtype": "int64",
160
+ "_type": "Value"
161
+ },
162
+ "num_nodes": {
163
+ "dtype": "int64",
164
+ "_type": "Value"
165
+ }
166
+ }
167
+ },
168
+ "homepage": "",
169
+ "license": ""
170
+ }
test/state.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "7f71aef22d28a16f",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_output_all_columns": false,
12
+ "_split": null
13
+ }
train/data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:df636fc7156d825348911f2304e4df4423e709bae74d65c24456a8ba2d22fa55
3
+ size 11958688
train/dataset_info.json ADDED
@@ -0,0 +1,170 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "citation": "",
3
+ "description": "",
4
+ "features": {
5
+ "X_train": {
6
+ "feature": {
7
+ "feature": {
8
+ "dtype": "float64",
9
+ "_type": "Value"
10
+ },
11
+ "_type": "List"
12
+ },
13
+ "_type": "List"
14
+ },
15
+ "y_train": {
16
+ "feature": {
17
+ "dtype": "float64",
18
+ "_type": "Value"
19
+ },
20
+ "_type": "List"
21
+ },
22
+ "X_test": {
23
+ "feature": {
24
+ "feature": {
25
+ "dtype": "float64",
26
+ "_type": "Value"
27
+ },
28
+ "_type": "List"
29
+ },
30
+ "_type": "List"
31
+ },
32
+ "y_test": {
33
+ "feature": {
34
+ "dtype": "float64",
35
+ "_type": "Value"
36
+ },
37
+ "_type": "List"
38
+ },
39
+ "data_id": {
40
+ "dtype": "string",
41
+ "_type": "Value"
42
+ },
43
+ "graph_id": {
44
+ "dtype": "string",
45
+ "_type": "Value"
46
+ },
47
+ "target_idx": {
48
+ "dtype": "int64",
49
+ "_type": "Value"
50
+ },
51
+ "dataset_idx": {
52
+ "dtype": "int64",
53
+ "_type": "Value"
54
+ },
55
+ "n_train": {
56
+ "dtype": "int64",
57
+ "_type": "Value"
58
+ },
59
+ "n_test": {
60
+ "dtype": "int64",
61
+ "_type": "Value"
62
+ },
63
+ "n_features": {
64
+ "dtype": "int64",
65
+ "_type": "Value"
66
+ },
67
+ "adjacency_matrix": {
68
+ "feature": {
69
+ "feature": {
70
+ "dtype": "int64",
71
+ "_type": "Value"
72
+ },
73
+ "_type": "List"
74
+ },
75
+ "_type": "List"
76
+ },
77
+ "feature_mask": {
78
+ "feature": {
79
+ "dtype": "int64",
80
+ "_type": "Value"
81
+ },
82
+ "_type": "List"
83
+ },
84
+ "selection_method": {
85
+ "dtype": "string",
86
+ "_type": "Value"
87
+ },
88
+ "parents": {
89
+ "feature": {
90
+ "dtype": "int64",
91
+ "_type": "Value"
92
+ },
93
+ "_type": "List"
94
+ },
95
+ "children": {
96
+ "feature": {
97
+ "dtype": "int64",
98
+ "_type": "Value"
99
+ },
100
+ "_type": "List"
101
+ },
102
+ "spouses": {
103
+ "feature": {
104
+ "dtype": "int64",
105
+ "_type": "Value"
106
+ },
107
+ "_type": "List"
108
+ },
109
+ "scm": {
110
+ "coeff_range": {
111
+ "dtype": "float64",
112
+ "_type": "Value"
113
+ },
114
+ "functional": {
115
+ "dtype": "string",
116
+ "_type": "Value"
117
+ },
118
+ "noise_std": {
119
+ "dtype": "float64",
120
+ "_type": "Value"
121
+ },
122
+ "seed": {
123
+ "dtype": "int64",
124
+ "_type": "Value"
125
+ }
126
+ },
127
+ "environment": {
128
+ "method": {
129
+ "dtype": "string",
130
+ "_type": "Value"
131
+ },
132
+ "projection": {
133
+ "dtype": "string",
134
+ "_type": "Value"
135
+ },
136
+ "shift_mean": {
137
+ "dtype": "float64",
138
+ "_type": "Value"
139
+ },
140
+ "shift_std": {
141
+ "dtype": "float64",
142
+ "_type": "Value"
143
+ },
144
+ "train_fraction": {
145
+ "dtype": "float64",
146
+ "_type": "Value"
147
+ }
148
+ },
149
+ "graph_meta": {
150
+ "density": {
151
+ "dtype": "float64",
152
+ "_type": "Value"
153
+ },
154
+ "generation_method": {
155
+ "dtype": "string",
156
+ "_type": "Value"
157
+ },
158
+ "num_edges": {
159
+ "dtype": "int64",
160
+ "_type": "Value"
161
+ },
162
+ "num_nodes": {
163
+ "dtype": "int64",
164
+ "_type": "Value"
165
+ }
166
+ }
167
+ },
168
+ "homepage": "",
169
+ "license": ""
170
+ }
train/state.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "7a106a9ea21c557c",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_output_all_columns": false,
12
+ "_split": null
13
+ }