Open fsalbrechter opened 10 years ago
I implemented it for now with x = 10.000...
Let's do this instead
if votes < or = 1000 then rating = rating * (votes * .1)
So if votes = 800, and the rating is 8.
if votes < or = 1000 then rating = rating * (votes * .1)
in this case the new rating is
8 * (1000 * 0.1) = 8 * (100) = 800?
On 31 October 2014 17:34, Morten Just notifications@github.com wrote:
Assigned #58 https://github.com/mortenjust/one-button/issues/58 to @fsalbrechter https://github.com/fsalbrechter.
— Reply to this email directly or view it on GitHub https://github.com/mortenjust/one-button/issues/58#event-186700935.
http://www.imdb.com/title/tt0477531/ score: 7.4 but only has 6 votes ... shouldn't be on top!
We only consider movies having at least X number of votes. X = ? (1000?)