magic / README.md
mstz's picture
Update README.md
d65199e
metadata
language:
  - en
tags:
  - magic
  - tabular_classification
  - binary_classification
  - UCI
pretty_name: Magic
size_categories:
  - 10K<n<100K
task_categories:
  - tabular-classification
configs:
  - magic
license: cc

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"]