/Wish.com-Product-Rating-Prediction

This project aims to build machine learning models to predict customer ratings for products listed on Wish.com based on their attributes.

Primary LanguageJupyter Notebook

Wish.com Product Rating Prediction

Kaggle Competition: https://www.kaggle.com/competitions/cisc-873-dm-w23-a1

image

Working with a tabular dataset. The dataset is not clean, and you will need some preprocessing depending on the models of your choice. The dataset is the wish.com product dataset. We collected the data combined with some available data. Some nosies are added to the dataset. The goal is to predict the product ratings given the other features known for a product on Wish.com. Ratings are in categories from 1 to 5. For one product, the higher the rating is, the more the customers like the product. In this way, when you have a new product to be put on wish.com, you can estimate how likely people will like your product, without actually listing out there. Also, by doing this, it helps us to understand under what certain conditions that a product will be highly rated, as a way to understand the customer base of the wish.com.