daqh commited on
Commit
4e36f45
·
verified ·
1 Parent(s): b0eeb59

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -15,7 +15,7 @@ contact-primary-school is an undirected hypergraph derived from high-resolution
15
  ## Usage
16
 
17
  ```python
18
- dataset = load_dataset("daqh/contact-primary-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("contact-primary-school", split="full")
19
  hypergraphs = [xgi.from_hif_dict(d, nodetype=int, edgetype=int) for d in dataset]
20
  ```
21