Datasets:
Tasks:
Graph Machine Learning
Modalities:
Text
Formats:
json
Languages:
English
Size:
< 1K
ArXiv:
Tags:
hypergraph
Update README.md
Browse files
README.md
CHANGED
|
@@ -15,7 +15,7 @@ email-Enron is an undirected hypergraph built from the Enron email corpus, desig
|
|
| 15 |
## Usage
|
| 16 |
|
| 17 |
```python
|
| 18 |
-
dataset = load_dataset("daqh/
|
| 19 |
hypergraphs = [xgi.from_hif_dict(d, nodetype=int, edgetype=int) for d in dataset]
|
| 20 |
```
|
| 21 |
|
|
|
|
| 15 |
## Usage
|
| 16 |
|
| 17 |
```python
|
| 18 |
+
dataset = load_dataset("daqh/email-Enron", split="full")
|
| 19 |
hypergraphs = [xgi.from_hif_dict(d, nodetype=int, edgetype=int) for d in dataset]
|
| 20 |
```
|
| 21 |
|