After training the model, I add a new user or item to the Interactions dataset and then try to train the model, but I get the following error:ValueError: Maximum user id greater than number of users in model.
Is there any way to add users and item to the dataset and train the model online after that?
After training the model, I add a new user or item to the Interactions dataset and then try to train the model, but I get the following error:
ValueError: Maximum user id greater than number of users in model.
Is there any way to add users and item to the dataset and train the model online after that?