This project predicts customers' clothes ratings from data of clothes measurements, customers' body measurements, fit feedback, and reviews using 3 models:
- Bag of words model with linear regression
- Collaborative filtering model with Jaccard similarity
- Latent factor model
- Rating_Prediction.ipynb: code for exploratory data analysis, data wrangling and machine learning models to predict customer ratings
- Rating_Prediction_Report.pdf: report that discusses the methods, models, and results
- Rishabh Misra, Mengting Wan, Julian McAuley: Decomposing fit semantics for product size recommendation in metric spaces, In RecSys, 2018.