Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/debasish-dutta/spam-email-classifier

Created spam-email classifier models using both sckit-learn modules and through the normal process using probabilities
https://github.com/debasish-dutta/spam-email-classifier

data-science jupyter-notebook sckit-learn spam-email-classifier webapp

Last synced: about 2 months ago
JSON representation

Created spam-email classifier models using both sckit-learn modules and through the normal process using probabilities

Awesome Lists containing this project

README

        

# spam-email-classifier

### This repo contains two notebooks which train and pre process ML models - one using traditional probability and the other using native Sckit-learn modules.

The emails are taken from [spam assassin corpus](https://spamassassin.apache.org/old/publiccorpus/) and then sorted into dataframes and then trained using the both ways.