数据集:
mstz/magic
来自 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"]