Skip to content

divyamani1/Priority-Inbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Priority Inbox

This notebook is the implementation of the Ranking Algorithm for the Priority Inbox from O'Reilly Media's Machine learning for Email by Drew Conway and John Miles in Python3. The dataset used in this implementation is from the Apache SpamAssassin Public Corpus and is included in this repository.

The modules used in this notebook are:

  • numpy
  • pandas
  • nltk
  • sklearn
  • matplotlib
  • email

To install any of the module above, do pip install <module-name>.

About

Ranking Algorithm for priority inbox

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published