Dataset Viewer
Auto-converted to Parquet
The dataset viewer is taking too long to fetch the data. Try to refresh this page.
Server-side error
Error code:   ClientConnectionError
YAML Metadata Error: "configs[0]" must be of type object

ILPD

The ILPD dataset from the UCI ML repository.

Configurations and tasks

Configuration Task Description
liver Binary classification Does the patient have liver problems?

Usage

from datasets import load_dataset

dataset = load_dataset("mstz/liver")["train"]
Downloads last month
23