中文

Magic

The Magic dataset from the UCI ML repository .

Configurations and tasks

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

Usage

from datasets import load_dataset

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