File size: 1,202 Bytes
ee06934
2ac3764
 
 
 
 
 
ad779c0
86e4a91
3c29682
2ac3764
ad779c0
 
2ac3764
 
6ef6cb8
327bbd6
ad779c0
ee06934
6ef6cb8
2ac3764
3c29682
2ac3764
 
 
 
3c29682
 
2ac3764
 
bbd4434
2ac3764
 
327bbd6
3c29682
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
---
language:
- en
tags:
- arrhythmia
- tabular_classification
- multiclass_classification
- binary_classification
- UCI
pretty_name: Arhythmia
size_categories:
- n<1K
task_categories:
- tabular-classification
configs:
- arhytmia
- has_arhytmia
license: cc
---
# Arhythmia
The [Arrhythmia dataset](https://archive.ics.uci.edu/ml/datasets/Arrhythmia) from the [UCI ML repository](https://archive.ics.uci.edu/ml/datasets).
Does the patient have arhythmia? If so, what type?

# Configurations and tasks
| **Configuration** | **Task**                  | Description                                                   |
|-------------------|---------------------------|---------------------------------------------------------------|
| arhytmia          | Multiclass classification | What type of arhythmia does the patient have?                    |
| has_arhytmia      | Binary classification     | Does the patient have arhythmia?                               |

# Usage
```python
from datasets import load_dataset

dataset = load_dataset("mstz/arhythmia", "arhythmia")["train"]
```

# Features
Target feature changes according to the selected configuration and is always in last position in the dataset.