Skip to content

adabarbulescu/Amazon-Product-Reviews-Sentiment-Analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Amazon Product Reviews Sentiment Analysis

A sentiment analysis project focused on classifying customer reviews on Amazon products as positive, negative, or neutral. The project is implemented using the Random Forest algorithm and various NLP techniques in Python.

Technologies Used

  • Python
  • Random Forest
  • Numpy
  • Pandas
  • NLTK
  • Scikit-learn
  • Matplotlib

Model Evaluation

  • Count Vectors Score: 0.92383
  • TF-IDF Word-Level Score: 0.91525
  • TF-IDF N-Gram Score: 0.85679

The model was further optimized through Hyperparameter tuning and Cross-validation with GridSearchCV.

This resulted in a 6% improvement in accuracy compared to the baseline model (0.92).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published