Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 238 Bytes

README.md

File metadata and controls

3 lines (3 loc) · 238 Bytes

text_sentiment

classifying if the review is positive or negative by logistic regression algorithm.preprocessing with re library and feature extraction TF-IDF on the corpus and splitting the train test dataset for evaluation the model.