mstz commited on
Commit
8c1a552
·
1 Parent(s): 57958e3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -4
README.md CHANGED
@@ -23,9 +23,6 @@ Does the patient have heart disease?
23
  # Configurations and tasks
24
  | **Configuration** | **Task** |
25
  |-------------------|---------------------------|
26
- | cleveland | Binary classification |
27
- | va | Binary classification |
28
- | switzerland | Binary classification |
29
  | hungary | Binary classification |
30
 
31
 
@@ -33,5 +30,5 @@ Does the patient have heart disease?
33
  ```python
34
  from datasets import load_dataset
35
 
36
- dataset = load_dataset("mstz/heart", "cleveland")["train"]
37
  ```
 
23
  # Configurations and tasks
24
  | **Configuration** | **Task** |
25
  |-------------------|---------------------------|
 
 
 
26
  | hungary | Binary classification |
27
 
28
 
 
30
  ```python
31
  from datasets import load_dataset
32
 
33
+ dataset = load_dataset("mstz/heart", "hungary")["train"]
34
  ```