数据集:
mstz/spambase
The Spambase dataset from the UCI ML repository . Is the given mail spam?
| Configuration | Task | Description |
|---|---|---|
| spambase | Binary classification | Is the mail spam? |
from datasets import load_dataset
dataset = load_dataset("mstz/spambase")["train"]