spambase / README.md
mstz's picture
Upload 3 files
36403f4
metadata
language:
  - en
tags:
  - spambase
  - tabular_classification
  - binary_classification
pretty_name: Spambase
size_categories:
  - 1K<n<10K
task_categories:
  - tabular-classification
configs:
  - spambase

Spambase

The Spambase dataset from the UCI ML repository.

Configurations and tasks

Configuration Task Description
spambase Binary classification Is the mail spam?

Usage

from datasets import load_dataset

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