数据集:
mstz/magic
The Magic dataset from the UCI ML repository .
| 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"]