You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Addition of new items/users and their interactions
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
The text was updated successfully, but these errors were encountered:
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:
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
The text was updated successfully, but these errors were encountered: