数据集:

mstz/blood

中文

Blood

The Blood Transfusion dataset from the UCI ML repository . Census dataset including personal characteristic of a person, and their income threshold.

Configurations and tasks

Configuration Task Description
blood Binary classification Has the person donated blood in the past month?

Usage

from datasets import load_dataset

dataset = load_dataset("mstz/blood")["train"]