Datasets:
SauravMaheshkar
commited on
Commit
•
a8b3484
1
Parent(s):
f5406f0
docs: update dataset card with usage
Browse files
README.md
CHANGED
@@ -27,6 +27,13 @@ configs:
|
|
27 |
|
28 |
Source Paper: https://arxiv.org/abs/1802.06916
|
29 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
30 |
### Citation
|
31 |
|
32 |
```misc
|
|
|
27 |
|
28 |
Source Paper: https://arxiv.org/abs/1802.06916
|
29 |
|
30 |
+
### Usage
|
31 |
+
```
|
32 |
+
from torch_geometric.datasets.cornell import CornellTemporalHyperGraphDataset
|
33 |
+
|
34 |
+
dataset = CornellTemporalHyperGraphDataset(root = "./", name="tags-math-sx", split="train")
|
35 |
+
```
|
36 |
+
|
37 |
### Citation
|
38 |
|
39 |
```misc
|