File size: 740 Bytes
b7b5a97
36403f4
 
 
 
 
 
645cdef
36403f4
 
 
5a72892
36403f4
 
 
5a72892
b7b5a97
36403f4
 
5a72892
36403f4
 
 
 
 
 
 
 
 
 
 
5a72892
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
---
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](https://archive.ics.uci.edu/ml/datasets/Spambase) from the [UCI ML repository](https://archive.ics.uci.edu/ml/datasets).
Is the given mail spam?

# Configurations and tasks
| **Configuration** | **Task**                  | **Description**  |
|-------------------|---------------------------|------------------|
| spambase          | Binary classification     | Is the mail spam?|


# Usage
```python
from datasets import load_dataset

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