Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implementing Incremental Training and Feedback loop using Lightfm #705

Open
abadugu13 opened this issue Jan 26, 2024 · 0 comments
Open

Implementing Incremental Training and Feedback loop using Lightfm #705

abadugu13 opened this issue Jan 26, 2024 · 0 comments

Comments

@abadugu13
Copy link

I have successfully trained a lightfm model based on user features, item features and interactions. Now I want to incrementally train the model to cover two aspects:

  1. Addition of new items/users and their interactions
  2. Update model based on user feedback(preferably both positive and negative) of the provided recommendations

For the first case, I can see the fit_partial function in the Dataset and Model which seem to be the way, but I'm not sure.
For the second case, I couldn't find anything in the documentation, so I am not sure how to proceed.
Any directions would be appreciated

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant