lyst / lightfm

A Python implementation of LightFM, a hybrid recommendation algorithm.
Apache License 2.0
4.66k stars 679 forks source link

Using LightFM for Retail Customer Recommendation based on purchased products #668

Open gundewardv opened 1 year ago

gundewardv commented 1 year ago

Hi, I am looking at using LightFM for recommending products to customers in retail stores based on the products the customer has bought in past. In the customer buying history, I have data regarding the products along with the purchase quantities for each product the customer has bought. The customer might have bought products with quantities ranging from 1 to 100 or more. I am looking for suggestions on how I can convert these product-wise purchased quantities to the rating score of 1 to 5. Looking for your suggestion. Thank you.