Skip to content

Latest commit

 

History

History
6 lines (3 loc) · 394 Bytes

README.md

File metadata and controls

6 lines (3 loc) · 394 Bytes

Spam/Ham Classification with Scikit-Learn

Overview

This project focuses on spam/ham classification using Multinomial Naive Bayes and Support Vector Machine (SVM) implemented with Scikit-Learn. The classifiers were trained on a labeled dataset to distinguish between spam and legitimate messages. The project leverages the Scikit-Learn to implement robust and effective spam filtering.