Dataset Viewer
The dataset viewer is not available for this dataset.
Unexpected token '<', "<html> <h"... is not valid JSON

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

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"]
Downloads last month
446