contraceptive / README.md
mstz's picture
Update README.md
358cd9e
|
raw
history blame
No virus
819 Bytes
metadata
language:
  - en
tags:
  - contraceptive
  - tabular_classification
  - binary_classification
  - UCI
pretty_name: Contraceptive evaluation
size_categories:
  - 1K<n<10K
task_categories:
  - tabular-classification
configs:
  - contraceptive
license: cc

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