Datasets:
metadata
language:
- en
tags:
- ilpd
- tabular_classification
- binary_classification
- multiclass_classification
pretty_name: ILPD
size_categories:
- 10K<n<100K
task_categories:
- tabular-classification
configs:
- liver
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/ilpd", "liver")["train"]