This is done as an assignment for the Machine Learning course. This notebook includes classification of 960 e-mails with Naïve Bayes algorithm.
- Dataset: Includes 960 real email messages. Modified subset of the Ling-Spam Dataset
- Classification Methods: Naïve Bayes (additive smoothing used, too).
- train-features.txt
- train-labels.txt
- test-features.txt
- test-labels.txt
- Building_a_Spam_Classifier_with_Naive_Bayes_Muge_Kuskon.ipynb
- pandas
- numpy
Written with StackEdit.