mstz commited on
Commit
c27fc8b
·
1 Parent(s): e936f7b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -27,5 +27,5 @@ The [ILPD dataset](https://archive.ics.uci.edu/ml/datasets/ILPD) from the [UCI M
27
  ```python
28
  from datasets import load_dataset
29
 
30
- dataset = load_dataset("mstz/ilpd", "liver")["train"]
31
  ```
 
27
  ```python
28
  from datasets import load_dataset
29
 
30
+ dataset = load_dataset("mstz/liver")["train"]
31
  ```