mortenjust / one-button

What if your tv remote control had only one button?
5 stars 0 forks source link

Consider number of votes #58

Open fsalbrechter opened 10 years ago

fsalbrechter commented 10 years ago

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?)

fsalbrechter commented 10 years ago

I implemented it for now with x = 10.000...

mortenjust commented 10 years ago

Let's do this instead

if votes < or = 1000 then rating = rating * (votes * .1)

fsalbrechter commented 10 years ago

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.