Predicting Amazon Reviews ML Project
I used the Amazon Product Review dataset and grabbed the first 50,000 rows of the Video Games subset.
In this project, myself and three teammates used data from Amazon.com to predict the ratings of videogames. Through this process, I had to clean data, do exploratory data analysis, create a model, and reach a high accuracy in our prediction. We tried several models with the best performing being a logistic regression model with a F1-score of 0.6519.
If interested to read more, click the link above the photo to read our paper analyzing our approach to this problem or see the code we used.