maciejkula / spotlight

Deep recommender models using PyTorch.
MIT License
2.97k stars 421 forks source link

How to use the output of model.predict in sequential models #160

Closed HikkaV closed 5 years ago

HikkaV commented 5 years ago

Hello, i want to use an implicit sequential model for building a nice rec sys, but i don't understand whether the output of func model.predict is related to all the users. how can the one actually use these data to map it to the real id's of items?

haophancs commented 5 years ago

Could you show me the way to make prediction? I'm kind of stuck. Thank you!