数据集:

mstz/haberman

中文

Haberman

The Haberman dataset from the UCI ML repository . Has the patient survived surgery?

Configurations and tasks

Configuration Task Description
sruvival Binary classification Has the patient survived surgery?

Usage

from datasets import load_dataset

dataset = load_dataset("mstz/haberman", "survival")["train"]