You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The formula here : http://blog.linkibol.com/resource/linkibol.PNG could correspond to what antirez is expecting when he put this comment in the code :
# FIXME: For now we are doing a naive sum of votes, without time-based filtering, nor IP filtering.
Hi,
I think we can easily improve the computation of the comment score. It should be based on the Wilson score interval as explain by Evan Miller here : http://www.evanmiller.org/how-not-to-sort-by-average-rating.html
Thus, I would suggest to patch your compute_score_comment() method as follow :
https://gist.github.com/1343554
What do you think ?
The text was updated successfully, but these errors were encountered: