lightfm
lightfm copied to clipboard
Is there a way to get item to user rank instead of user to item rank?
To get user-> item rank, I can get with
model.predict(user_id, item_id, item_features=item_features, user_features=user_features)
this will return a score on items. Is there a way to get the reverse?
get a score on users based on item?
In case of movies
Contact (1997)
Known positives:
User 2
User 10
User 5
Watched:
User 21
User 2
User 8