Spam Email Detection App is a machine learning-powered web application that efficiently classifies emails as Spam or Not Spam using a trained predictive model. By leveraging advanced Machine Learning (ML) techniques and hyper perameter tuning methods, this app helps users identify and filter out unwanted or malicious emails, safeguarding them from phishing attempts, fraud, and unsolicited messages.
- Workflow Overview:
Model | Accuracy (%) |
---|---|
Support Vector Classifier | 98.48 |
Random Forest Classifier | 98.12 |
Light Gradient Boosting Machine classifier | 97.94 |
eXtreme Gradient Boosting Classifier | 97.22 |
Decision Tree | 97.13 |
Decision Tree Classifier | 97.13 |
Gradient Boosting Classifier | 96.86 |
Logistic Regression | 96.77 |
KNN | 91.30 |
K Neighbors Classifier | 91.30 |
Naive Bayes Classifier | 89.42 |