liver / README.md
mstz's picture
Upload 3 files
09a2ba1
|
raw
history blame
871 Bytes
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"]