Datasets:
metadata
language:
- en
tags:
- contraceptive
- tabular_classification
- binary_classification
pretty_name: Contraceptive evaluation
size_categories:
- 1k<n<10K
task_categories:
- tabular-classification
configs:
- contraceptive
Contraceptive
The Contraceptive dataset from the UCI repository.
Configurations and tasks
Configuration | Task | Description |
---|---|---|
contraceptive | Binary classification | Does the couple use contraceptives? |
Usage
from datasets import load_dataset
dataset = load_dataset("mstz/contraceptive", "contraceptive")["train"]