This repository consists of Recommendation Engine built based on the ratings given for beauty products in Amazon website.
The solution here is built using a RL based multi-arm bandit algorithm called UCB1. The implementation covers both generic recommendations and cold-start recommendations.
The dataset is used contains ratings corresponding to beauty products in Amazon. Source : Kaggle
- Pandas
- Numpy
- Scikit-learn
- Yellow-brick