CoolFace
Datasetpublic

mstz/spambase

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

sourceHugging Faceccupdated 1y agoView on Hugging Face
1likes1.7kdownloads
Dataset Card

Spambase

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

Configurations and tasks

**Configuration****Task****Description**
spambaseBinary classificationIs the mail spam?

Usage

python
from datasets import load_dataset

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