Answer the question
In order to leave comments, you need to log in
Help me choose a utility algorithm
We need to come up with a utility algorithm. That is:
The greater the number of ratings (count) and the average rating (avg), the more useful the user.
Considering only avg is somehow not suitable. It turns out that the person who was voted for less times will be more useful than the person who was voted for more.
Considering only the sum of the ratings is also stupid. A person who has a lot of bad ratings can go to the top.
Answer the question
In order to leave comments, you need to log in
K=(count+avg)/(sum+avg+1)
the less, the more useful.
(As I understand in the screenshot table, the sum of AVERAGE values: sum=avg*count)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question