spambase / README.md
mstz's picture
Update README.md
645cdef
|
raw
history blame contribute delete
No virus
740 Bytes
metadata
language:
  - en
tags:
  - spambase
  - tabular_classification
  - binary_classification
  - UCI
pretty_name: Spambase
size_categories:
  - 1K<n<10K
task_categories:
  - tabular-classification
configs:
  - spambase
license: cc

Spambase

The Spambase dataset from the UCI ML repository. Is the given mail spam?

Configurations and tasks

Configuration Task Description
spambase Binary classification Is the mail spam?

Usage

from datasets import load_dataset

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