/NaiveBayes

NaiveBayes in python

Primary LanguagePython

NaiveBayes

A naive implementation of naive bayes.

Uses SMS Spam classification dataset from UCI Repo

Accuracy = 98%

Features

  • SMS Spam Classification
  • Simple Accuracy
  • ROC AUC Curve

Dependencies

  • Numpy
  • pandas
  • ggplot