Datasets:
metadata
language:
- en
tags:
- chess
- tabular_classification
- binary_classification
- multiclass_classification
pretty_name: Adult
size_categories:
- 1K<n<10K
task_categories:
- tabular-classification
configs:
- chess
Adult
The Adult dataset from the UCI ML repository. Census dataset including personal characteristic of a person, and their income threshold.
Configurations and tasks
Configuration | Task | Description |
---|---|---|
chess | Binary classification | Can the white piece win? |
Usage
from datasets import load_dataset
dataset = load_dataset("mstz/chess", "chess")["train"]