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: #176
Updating dataset with new data should be implemented first: #240