Skip to content

Classify whether the text is a spam or not.

License

Notifications You must be signed in to change notification settings

mihirvagal/spam-classifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Spam classifier

Classify whether the text is a spam or not. This model uses naive_bays algorithm from scikit_learn and vectorizes the given input using CountVectorizer, also from scikit_learn. For reading the data, it uses pandas.