jakeraffe / SpamClassifier

An email spam classifier built in Python using Scikit-Learn.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SpamClassifier

An email spam classifier built in Python using Scikit-Learn.

Dataset used

The dataset used can be found here. What I have used is a preprocessed version of the same. Description of database can be found on https://archive.ics.uci.edu/ml/datasets/Spambase

Classifier used

Naive Bayes and AdaBoostClassifier API from Scikit-Learn seem to perform really well on the dataset, giving suitable accuracy scores.

About

An email spam classifier built in Python using Scikit-Learn.


Languages

Language:Python 100.0%