数据集:
mstz/arhythmia
来自 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"]
目标特征根据所选配置进行更改,并始终位于数据集中的最后位置。