数据集:

mstz/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/liver")["train"]