top of page
Contract Review

Sentiment Analysis

In this project, I used product review data from Amazon.com to predict whether the sentiments about a product (from its reviews) are positive or negative. To do this, I used Pandas Dataframes to do feature engineering, then trained multiple logistic regression models to predict the sentiment of product reviews and compared them.

Review Sentiment Analysis: Welcome
bottom of page