lyst / lightfm

A Python implementation of LightFM, a hybrid recommendation algorithm.
Apache License 2.0
4.66k stars 679 forks source link

Meaning of the recommendation scores #672

Open apadros01 opened 1 year ago

apadros01 commented 1 year ago

Hello, what is the meaning of the recommendation score for user-item pairs? The ones that are given by the predict() function. I mean, is there some kind of range? How it is calculated?

Thank you!