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

https://github.com/rootcode-creator/detection-of-spam-email-using-machine-learning


https://github.com/rootcode-creator/detection-of-spam-email-using-machine-learning

machine-learning matplotlib research scikit-learn spam-detection

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Spam-email-detection-by-machine-learning

**This project detects safe and harmful emails based on email body characteristics. For doing the task, I have used machine learning classifier algorithms like Random Forest, Decision Tree, K-Neighbors, Logistic Regression, Gradient Boosting, Ada Boost, Multinomial Naive Bayes (MNB) etc. from the scikit-learn library. That made the detection of unsafe emails automatic. Hence, users will be free from the headache of the safety of their devices.**

This model used classifiers from the scikit-learn library to build the models and used a dataset from Kaggle even though I preprocessed the dataset and removed noise from the dataset.
**Dataset link: https://www.kaggle.com/datasets/subhajournal/phishingemails**