Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/trilokida/smsspam_filtering


https://github.com/trilokida/smsspam_filtering

classifier countvectorizer email knn machine-learning naive-bayes-classifier python3 scikit-learn sms spam tfidf-vectorizer

Last synced: 13 days ago
JSON representation

Awesome Lists containing this project

README

        

# SmsSpam_Filtering
**An implementation of a Spam Filter in Python that uses the Naive Bayes and KNN Model to classify emails as spam or ham.**
## Classifiers:-
**Naive Bayes:**
- BernoulliNB
- MultinomialNB
- GaussianNB

**KNN:**
- With k=5

**Feature Extraction:**
- CountVectorizer
- TfidfVectorizer