Datasets:
Commit
·
b2cee30
1
Parent(s):
9a930a7
Update README.md
Browse files
README.md
CHANGED
@@ -64,7 +64,6 @@ Each row of a given file is a graph, with:
|
|
64 |
- `edge_attr` (list: #edges x #edge-features): for the aforementioned edges, contains their features
|
65 |
- `y` (list: #labels): contains the number of labels available to predict
|
66 |
- `num_nodes` (int): number of nodes of the graph
|
67 |
-
- `pos` (list: 2 x #node): positional information of each node
|
68 |
|
69 |
### Data Splits
|
70 |
|
|
|
64 |
- `edge_attr` (list: #edges x #edge-features): for the aforementioned edges, contains their features
|
65 |
- `y` (list: #labels): contains the number of labels available to predict
|
66 |
- `num_nodes` (int): number of nodes of the graph
|
|
|
67 |
|
68 |
### Data Splits
|
69 |
|