Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1.3 KB

File metadata and controls

20 lines (15 loc) · 1.3 KB

Spam Classification using Naive Bayes Algorithm Example

Context

A simple demonstration of how to use Naive Bayes Algorithm to do Spam Prediction and Classification.

Dependencies

To run this project you must use Google Colab, or install locally the following dependencies:

  • Matplot Lib - a comprehensive library for creating static, animated, and interactive visualizations in Python;
  • NLTK - platform for building Python programs to work with human language data;
  • NumPy - The fundamental package for scientific computing with Python;
  • Pandas - a fast, powerful, flexible and easy to use open source data analysis and manipulation tool;
  • Seaborn - statistical data visualization;
  • SKLearn - Simple and efficient tools for predictive data analysis;

References

A simple demonstration of Naive Bayes, based on this very nicely done article: Spam Classification using Naive Bayes Algorithm

Please, follow Binita Gyawali for more content like this.