https://github.com/elmezianech/email-spam-ham-classifier-nb-simple
Count Vectorizer Naive Bayes Email Classifier: This Python project utilizes a simple Naive Bayes approach with Count Vectorizer to classify emails as spam or ham. The implementation focuses on word frequency for classification.
https://github.com/elmezianech/email-spam-ham-classifier-nb-simple
countvectorizer emails jupyter-notebook machine-learning ml naive-bayes naive-bayes-classifier numpy pandas python spam-detection spam-filtering
Last synced: 3 months ago
JSON representation
Count Vectorizer Naive Bayes Email Classifier: This Python project utilizes a simple Naive Bayes approach with Count Vectorizer to classify emails as spam or ham. The implementation focuses on word frequency for classification.
- Host: GitHub
- URL: https://github.com/elmezianech/email-spam-ham-classifier-nb-simple
- Owner: elmezianech
- Created: 2023-11-13T21:47:46.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-13T21:48:40.000Z (over 2 years ago)
- Last Synced: 2025-03-06T01:52:30.641Z (over 1 year ago)
- Topics: countvectorizer, emails, jupyter-notebook, machine-learning, ml, naive-bayes, naive-bayes-classifier, numpy, pandas, python, spam-detection, spam-filtering
- Language: Jupyter Notebook
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Email-Spam-Ham-Classifier-NB-simple
Count Vectorizer Naive Bayes Email Classifier: This Python project utilizes a simple Naive Bayes approach with Count Vectorizer to classify emails as spam or ham. The implementation focuses on word frequency for classification.
This project used the "Email Dataset for Spam Detection" sourced from Kaggle. The dataset contains a collection of emails labeled as spam and ham for training and testing the classifier.
Link: https://www.kaggle.com/datasets/bhaskarreddy072/mail-datacsv