Dataset Viewer
The dataset viewer is not available for this dataset.
Unexpected token '<', "<html> <h"... is not valid JSON

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

Fertility

The Fertility dataset from the UCI ML repository. Classify fertility abnormalities of patients.

Configurations and tasks

Configuration Task Description
encoding Encoding dictionary
fertility Binary classification Does the patient have fertility issues?

Usage

from datasets import load_dataset

dataset = load_dataset("mstz/fertility", "fertility")["train"]

Features

Feature Type
season_of_sampling [string]
age_at_time_of_sampling [int8]
has_had_childhood_diseases [bool]
has_had_serious_trauma [bool]
has_had_surgical_interventions [bool]
has_had_high_fevers_in_the_past_year [string]
frequency_of_alcohol_consumption [float16]
smoking_frequency [string]
number_of_sitting_hours_per_day [float16]
Downloads last month
117