GitHunt
EL

elifsare/email-spam-detection

E-mail Spam Detection

๐Ÿ“ง Description Of The Model

This model detects spam emails. Logistic regression is used in the model because it works well for binary classification problems. Feature extraction was used to convert text data to numeric data.


๐Ÿ”Ž For more...

sklearn.feature_extraction.text.TfidfVectorizer

sklearn.linear_model.LogisticRegression

Languages

Python100.0%

Contributors

Created September 5, 2022
Updated August 12, 2024
elifsare/email-spam-detection | GitHunt