lightfm icon indicating copy to clipboard operation
lightfm copied to clipboard

Is there a way to get item to user rank instead of user to item rank?

Open darwinharianto opened this issue 4 years ago • 0 comments

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

darwinharianto avatar Aug 24 '21 09:08 darwinharianto