英文

魔术

来自 UCI ML repository Magic dataset

配置和任务

Configuration Task Description
magic Binary classification Classify the person's magic as over or under the threshold.

使用方法

from datasets import load_dataset

dataset = load_dataset("mstz/magic")["train"]