Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 409 Bytes

File metadata and controls

5 lines (5 loc) · 409 Bytes

Hello, This Notebook Contains Example of Hotel Reviews Sentiment Analysis.

- Classes is: Happy, notHappy.

- We use some Regular-Expressions for data cleaning.

- Vectorizing texts using TF-IDF vectorizer.

- Train Logistic Regression Classifier using Scikit-Learn Library