Datasets:
Upload arhythmia.py
Browse files- arhythmia.py +1 -1
arhythmia.py
CHANGED
@@ -25,7 +25,7 @@ urls_per_split = {
|
|
25 |
"train": "https://huggingface.co/datasets/mstz/arhythmia/raw/main/arrhythmia.data"
|
26 |
}
|
27 |
features_types_per_config = {
|
28 |
-
"
|
29 |
"age": datasets.Value("int8"),
|
30 |
"is_female": datasets.Value("bool"),
|
31 |
"height": datasets.Value("float64"),
|
|
|
25 |
"train": "https://huggingface.co/datasets/mstz/arhythmia/raw/main/arrhythmia.data"
|
26 |
}
|
27 |
features_types_per_config = {
|
28 |
+
"arhythmia": {
|
29 |
"age": datasets.Value("int8"),
|
30 |
"is_female": datasets.Value("bool"),
|
31 |
"height": datasets.Value("float64"),
|