Skip to content

Commit 7b1d4a2

Browse files
authored
Update README.md
1 parent 454c746 commit 7b1d4a2

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Spam Detection/README.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,17 @@
11
# Spam Detection
22

3+
Comparison and analysis of several algorithms on the problem of detecting spam in messages. The analysis of the data set is carried out.
4+
35
- [SMS Spam Collection Dataset](https://github.com/ElizaLo/ML-with-Jupiter/blob/master/Spam%20Detection/spam.csv)
46
- The files contain one message per line. Each line is composed by two columns: v1 contains the label (**_ham or spam_**) and v2 contains the raw text.
57

8+
**Realised methods:**
9+
- Naive Bayes spam filtering
10+
- K-Nearest Neighbors algorithm
11+
- Decision Tree learning
12+
- Support Vector Machine (SVM)
13+
- Random Forest
14+
615
## **Methods**
716

817
1. ## **Naive Bayes spam filtering**

0 commit comments

Comments
 (0)