Open
Description
Is there a way that predict method works in the following way : (This can be used for real time cases)
Given a new user sequence of items that the user interacted with in real time and the model created based on the training data, a set of recommended items with their scores returns.
P.S https://github.com/THUwangcy/ReChorus is also SASRec Pytorch implementation but it is not easy to use it for the single user.
Thanks,
Sara