Mail-Spam-Filtering It uses machine learning models to predict whether the email is spam or ligitimate. It is a python implementation using Naive Bayes Classifier and Support Vector Machines from Scikit-learn ML library.
The results has been shown on two publicly open corpus.
- Ling-spam corpus
- Euron-spam corpus
The link for corpus/dataset download is given in blog-post.
Note : Directory path used for training and testing models in lingspam_filter.py and euron-spamfilter.py needs to be properly set accordingly.