blood / README.md
mstz's picture
updated to datasets 4.*
5f1589f
metadata
configs:
  - config_name: blood
    data_files:
      - path: blood/train.csv
        split: train
    default: true
language: en
license: cc
pretty_name: Blood
size_categories: 1M<n<10M
tags:
  - tabular_classification
  - binary_classification
  - multiclass_classification
task_categories:
  - tabular-classification

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"]