英文

心律失常

来自 UCI ML repository Arrhythmia dataset 。患者是否患有心律失常?如果是,是什么类型?

配置和任务

Configuration Task Description
arhytmia Multiclass classification What type of arhythmia does the patient have?
has_arhytmia Binary classification Does the patient have arhythmia?

用法

from datasets import load_dataset

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

特点

目标特征根据所选配置进行更改,并始终位于数据集中的最后位置。