Skip to content

tomvanner/spam-email-classifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Spam email classifier

A Naïve Bayes classifier that predicts whether an email is spam or ham.

Installation

The code for the classifier has been written in python using Anaconda (Jupyter notebooks) for its package management. The notebook file includes all of the source code, along with a mathematical explanation of the classifier.

To view and run the notebook, clone this repo, change directory into the project's root, and then run

jupyter notebook Classifier.ipynb

Enjoy!

About

A Naïve Bayes classifier that predicts whether or not an email is spam.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published