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