Datasets:
Update arhythmia.py
Browse files- arhythmia.py +2 -0
arhythmia.py
CHANGED
@@ -604,6 +604,8 @@ class Arhythmia(datasets.GeneratorBasedBuilder):
|
|
604 |
BUILDER_CONFIGS = [
|
605 |
ArhythmiaConfig(name="arhythmia",
|
606 |
description="Multiclass classification of arhythmia type."),
|
|
|
|
|
607 |
]
|
608 |
|
609 |
|
|
|
604 |
BUILDER_CONFIGS = [
|
605 |
ArhythmiaConfig(name="arhythmia",
|
606 |
description="Multiclass classification of arhythmia type."),
|
607 |
+
ArhythmiaConfig(name="has_arhythmia",
|
608 |
+
description="Binary classification of arhythmia."),
|
609 |
]
|
610 |
|
611 |
|