-
-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crowd-source rankings of films #13
Comments
"RankAggreg, an R package for weighted rank aggregation" (2009) https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2669484/ |
Scale the rankings to total number of movies and then average then to get aggregate rankings. total_movies_in_list / total_released_movies This can be the correction factor to account for each list. |
Average ranking is the "easiest" and simplest" but biased towards earlier movies having higher rank, especially for earlier rankings. But how to account for earlier movies? Clearly classics are beloved. Maybe create adjusted ranking based on "age" of movie? |
The text was updated successfully, but these errors were encountered: