Support incremental updates to ALS #60
Labels
algorithms
LensKit algorithm implementations
enhancement
New feature or request
good first issue
Good for newcomers
Incrementally updating ALS is, in principle, easy:
(3) needs a little work - do we need to update all users/items, or just affected ones? We need to store the old ratings matrix, not just the preference matrices, because we need the old data too.
I would propose not updating biases, but letting them get stale.
The text was updated successfully, but these errors were encountered: