/Hotel-Reviews-Sentiment-Analysis

In this notebook I've build a nlp/machine learning model that classify hotel-reviews.

Primary LanguageJupyter Notebook

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