This repository contain code for Spam Filter using python and Sci-Kit Learn
The repository contains two python files and one data set file.
This file uses the CountVectorizer to detect whether the given mail is spam or not.
This file uses the TfidVectorizer to detect whether the given mail is spam or not.
This file contains the dataset for this project.
For more information about how CountVectorizer and TfidVectorizer work you can refer to Sci-Kit Learn documentation.