Submitted by RstarPhoneix t3_zfye9i in MachineLearning
Pine_Barrens t1_izxmxmu wrote
Reply to comment by jrhabana in [D] Product Recommendation Algorithm by RstarPhoneix
How do you typically use the "previous X products viewed" in the model? As categoricals/text embeddings, somewhat? Are you doing any within user "ranking"/"group" losses, or just using an overall multi-classification model?
jrhabana t1_j0iyi1b wrote
the previous X is the result of a top-k N id's or categories (we used various models) and with the output apply some business rules, like seasson, recently, etc
Viewing a single comment thread. View all comments