ankane / cmfrec-ruby

Recommendations for Ruby using collective matrix factorization
MIT License
29 stars 2 forks source link

[Question] Equal ratings/values vs different ones #6

Closed vitobotta closed 1 year ago

vitobotta commented 1 year ago

Hi, I couldn't figure this out from looking at the code. Say I have 3 users A, B, C who all like item X. But A and B give X a rating of 5, while C gives X a rating of 3. Is my assumption correct that when recommending similar users to A, B should rank higher than C because they are more similar ratings to A's for the same items compared to C? Thanks!

ankane commented 1 year ago

Hi @vitobotta, unfortunately, I don't have the bandwidth to help with more questions about similar users.