magic / README.md
mstz's picture
Update README.md
95230d3
|
raw
history blame
825 Bytes
metadata
language:
  - en
tags:
  - magic
  - tabular_classification
  - binary_classification
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"]