中文

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