liver / README.md
mstz's picture
Update README.md
fdba38f
metadata
language:
  - en
tags:
  - ilpd
  - tabular_classification
  - binary_classification
  - multiclass_classification
  - UCI
pretty_name: Liver
size_categories:
  - n<1K
task_categories:
  - tabular-classification
configs:
  - liver
license: cc

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