For titles that don't have enough votes to show a meaningful rating, IMDb simply does not show its rating. But when you're starting off such a site from scratch with no initial voting data:
Also, got any ideas for an algorithm to calculate a weighted average title rating from user votes?
Here is a good read for rating system: https://uxdesign.cc/the-ux-of-rating-systems-bc4f9d424b90
cool!
That's a great article, thanks :)
IMDB uses this famous formula:
weighted rank (WR) = (v ÷ (v+m)) × R + (m ÷ (v+m)) × C
where:
R = average for the movie (mean) = (Rating)
v = number of votes for the movie = (votes)
m = minimum votes required to be listed in the Top 250 (currently 1250)
C = the mean vote across the whole report (currently 6.8)
— http://answers.google.com/answers/threadview/id/507508.html