Skip to content

Latest commit

 

History

History
7 lines (2 loc) · 353 Bytes

File metadata and controls

7 lines (2 loc) · 353 Bytes

Email Classification with Logistic Regression

This project demonstrates text classification using logistic regression. The dataset is preprocessed to remove stopwords and non-English words, then vectorized using CountVectorizer. The logistic regression model is trained and evaluated, and the top positive and negative features are identified.