lyst / lightfm

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

how to deal with fit partial option in products recommendations system of e-commerce to new data points #519

Open surajPowerWeave opened 4 years ago

surajPowerWeave commented 4 years ago

Thanks for opening an issue!

Please include as much detail as possible: what does your dataset look like, what hyperparameters you are using (and have you tried other ones?).

When including code snippets, make sure you use appropriate code formatting using backtics. Have a look at the markdown reference for details: https://guides.github.com/features/mastering-markdown/.

surajPowerWeave commented 4 years ago

My data is like:

interaction.txt

similarly, I have different feature component for different users and items how to manage model training part using fit partial and on what basis we need to train the model again and again

johannbuscail commented 4 years ago

@surajPowerWeave Have you found a solution? I'm having the same problem