You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 21, 2022. It is now read-only.
A spam filter is a program that is used to detect unsolicited and unwanted email and prevent those messages from getting to a user's inbox. And it is implemented using CountVectorizer and Naive Bayes classifier.