Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 668 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 668 Bytes

Spambase-Classifier

Introduction

Implemented three machine learning models (Logistic Regression, Naive Bayes, and Decision Tree) to classify data into spam or not spam from the Spambase Dataset.

Getting Started

Prerequisites

The following dependencies are required:

  • numpy
  • math
  • sklearn
    • model_selection
  • scipy
    • stats

If using Anaconda with Python 3.8+, everything above is included. Else, individually install these libraries using pip install.

Running The Notebooks

Python3 and a general python notebook client like Jupyter Notebook or Google Collab is required. To run any script open it and click on 'run all cells'.