daqh commited on
Commit
8d043df
·
verified ·
1 Parent(s): 77f5d1b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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/contact-high-school", split="full")
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