Datasets:
metadata
language:
- en
tags:
- blood
- tabular_classification
- binary_classification
- multiclass_classification
pretty_name: Blood Transfusion
size_categories:
- n<1K
task_categories:
- tabular-classification
configs:
- 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"]