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
Is your feature request related to a problem? Please describe.
Currently, all recommenders train totally from scratch when annotations change. However, in some cases, it might be possible to just update the existing model.
Describe the solution you'd like
Implement the necessary APIs for recommenders to generate training instances only for that data that has changed and update themselves using these.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Currently, all recommenders train totally from scratch when annotations change. However, in some cases, it might be possible to just update the existing model.
Describe the solution you'd like
Implement the necessary APIs for recommenders to generate training instances only for that data that has changed and update themselves using these.
The text was updated successfully, but these errors were encountered: