We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0be6c03 commit 3a28e76Copy full SHA for 3a28e76
1 file changed
README.md
@@ -17,7 +17,7 @@ Make sure you are using *Python 3.7+* for all below!
17
18
### Import and load a dataset
19
```py
20
-from semb.data import load, get_dataset_ids
+from semb.datasets import load, get_dataset_ids
21
# explore all datasets (both built in and extended by 3rd party)
22
ids = get_dataset_ids()
23
# load a dataset
0 commit comments