Predicting Review Scores
- #E-Commerce
ML model for rating customer reviews (1-5 scale) on ecommerce
- Data Analysis
- Machine Learning
- Predicting customer review scores of products

Impact
The model can be utilized to predict customer ratings based on their reviews, providing an additional data source for analysis.
Services we provided
ML model for rating customer reviews (1-5 scale) on e-commerce
Tech Stack
Python
Tensorflow
Pandas
NumPy

Challenges and Solutions
🧐 Challenges
- Procuring data to train the model.
- Developing the model for assigning scores to reviews.
💡 Solutions
- The dataset for the training was obtained from Amazon, and it includes 1 million customer reviews along with their corresponding product ratings.
- BERT with a simple regression head was trained on the data.
User flow