Skip to content

Amazon Fine Food Reviews is classification Sentiment Analysis problem. Classify the positive and negative reviews given by Amazon users. Given some product-based features and related reviews in text data. Featuring data and apply various Machine Learning techniques to classify reviews.

Notifications You must be signed in to change notification settings

shivamgupta7/Amazon-Fine-Food-Reviews

Repository files navigation

Amazon-Fine-Food-Reviews

Amazon Fine Food Reviews Analysis Data Source: https://www.kaggle.com/snap/amazon-fine-food-reviews

The Amazon Fine Food Reviews dataset consists of reviews of fine foods from Amazon.

Number of reviews: 568,454 Number of users: 256,059 Number of products: 74,258 Timespan: Oct 1999 - Oct 2012 Number of Attributes/Columns in data: 10

Attribute Information:

  1. Id
  2. ProductId - unique identifier for the product
  3. UserId - unqiue identifier for the user
  4. ProfileName
  5. HelpfulnessNumerator - number of users who found the review helpful
  6. HelpfulnessDenominator - number of users who indicated whether they found the review helpful or not
  7. Score - rating between 1 and 5
  8. Time - timestamp for the review
  9. Summary - brief summary of the review
  10. Text - text of the review

Objective: Given a review, determine whether the review is positive (Rating of 4 or 5) or negative (rating of 1 or 2).

  1. Perform EDA
  2. TSNE
  3. KNN
  4. Naive Bayes
  5. Logistic Regression
  6. Support Vector Machine
  7. Decision Tree
  8. Random Forest and XGBoost

About

Amazon Fine Food Reviews is classification Sentiment Analysis problem. Classify the positive and negative reviews given by Amazon users. Given some product-based features and related reviews in text data. Featuring data and apply various Machine Learning techniques to classify reviews.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published