h-and-m-recommender
├── data
│ ├── articles.csv
│ ├── cusstomers.csv
│ ├── sample_submission.csv
│ ├── transactions_train.csv
│ └── images
│ └── 010
│ └── ...
└── src
├── buyitagain
└── implicit
└── trending_product_weekly
└── ...
- buyitagain
- Implementation of Modified Poisson-Gamma Model (MPG) on H&M dataset.
- implicit
- ALS, BPR, LMF Experiments on H&M dataset.
- trending_product_weekly
- Follow exisiting kaggle repo and modifiy it using RCP & MPG.
-
Buy it Again
- paper: Rahul Bhagat, et al. 2018. Buy It Again: Modeling Repeat Purchase Recommendations
- https://assets.amazon.science/40/e5/89556a6341eaa3d7dacc074ff24d/buy-it-again-modeling-repeat-purchase-recommendations.pdf
-
trending product weekly
-
Metrics