Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -7,14 +7,15 @@ tags:
|
|
7 |
- binary_classification
|
8 |
pretty_name: Heart
|
9 |
size_categories:
|
10 |
-
-
|
11 |
-
task_categories:
|
12 |
- tabular-classification
|
13 |
configs:
|
14 |
- cleveland
|
15 |
- va
|
16 |
- switzerland
|
17 |
- hungary
|
|
|
18 |
---
|
19 |
# Heart
|
20 |
The [Heart dataset](https://archive.ics.uci.edu/ml/datasets/Heart) from the [UCI ML repository](https://archive.ics.uci.edu/ml/datasets).
|
@@ -31,4 +32,4 @@ Does the patient have heart disease?
|
|
31 |
from datasets import load_dataset
|
32 |
|
33 |
dataset = load_dataset("mstz/heart", "hungary")["train"]
|
34 |
-
```
|
|
|
7 |
- binary_classification
|
8 |
pretty_name: Heart
|
9 |
size_categories:
|
10 |
+
- n<1K
|
11 |
+
task_categories:
|
12 |
- tabular-classification
|
13 |
configs:
|
14 |
- cleveland
|
15 |
- va
|
16 |
- switzerland
|
17 |
- hungary
|
18 |
+
license: cc
|
19 |
---
|
20 |
# Heart
|
21 |
The [Heart dataset](https://archive.ics.uci.edu/ml/datasets/Heart) from the [UCI ML repository](https://archive.ics.uci.edu/ml/datasets).
|
|
|
32 |
from datasets import load_dataset
|
33 |
|
34 |
dataset = load_dataset("mstz/heart", "hungary")["train"]
|
35 |
+
```
|