|
|
|
|
|
by tabtab
3221 days ago
|
|
What about having a scaling factor to adjust the impact of quantity (total) of individual ratings as needed? Rough draft: sort_score = (pos / total) + (W * log(total))
Here, W is the weighting (scaling) factor. Total = positive + negative |
|
See http://www.imdb.com/help/show_leaf?votes for details.