RecTools
RecTools copied to clipboard
`ImplicitALSWrapperModel` support for incremental training in `fit_partial`
Feature Description
Fitted model support to accept new users, items and interactions from dataset that is passed to fit_partial method.
Why this feature?
Allows incremental training
Additional context
Discussed here: https://github.com/MobileTeleSystems/RecTools/issues/176
Updating dataset with new data should be implemented first: https://github.com/MobileTeleSystems/RecTools/issues/240