/SpamDetection

A logistic regression based spam classifier that uses Python, NumPy, and Sci-kit learning

Primary LanguagePython

Spam Classifier

This Python project will utilize the Logistic Regression algorithm to predict whether an email is spam or not.

Instructions to run the program:

  1. Install dependencies such as NumPy & SciKit Learn
  2. Store data files in the same folder
  3. Install Python and run the command: $ python spam_classifier.py