数据集:
mstz/blood
The Blood Transfusion dataset from the UCI ML repository . Census dataset including personal characteristic of a person, and their income threshold.
| Configuration | Task | Description |
|---|---|---|
| blood | Binary classification | Has the person donated blood in the past month? |
from datasets import load_dataset
dataset = load_dataset("mstz/blood")["train"]