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

Ability to update recommenders incrementally #5318

Open
reckart opened this issue Mar 2, 2025 · 0 comments
Open

Ability to update recommenders incrementally #5318

reckart opened this issue Mar 2, 2025 · 0 comments
Assignees
Labels
Milestone

Comments

@reckart
Copy link
Member

reckart commented Mar 2, 2025

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.

@reckart reckart added this to Kanban Mar 2, 2025
@github-project-automation github-project-automation bot moved this to 🔖 To do in Kanban Mar 2, 2025
@reckart reckart added this to the 36.0 milestone Mar 2, 2025
@reckart reckart moved this from 🔖 To do to 🏃‍♀️ In progress in Kanban Mar 2, 2025
@reckart reckart self-assigned this Mar 2, 2025
reckart added a commit that referenced this issue Mar 2, 2025
- Introduce APIs necessary for incremental updates
reckart added a commit that referenced this issue Mar 2, 2025
- Introduce APIs necessary for incremental updates
reckart added a commit that referenced this issue Mar 2, 2025
- Introduce APIs necessary for incremental updates
reckart added a commit that referenced this issue Mar 4, 2025
- Introduce APIs necessary for incremental updates
reckart added a commit that referenced this issue Mar 4, 2025
- Introduce APIs necessary for incremental updates
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: 🏃‍♀️ In progress
Development

No branches or pull requests

1 participant