Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/woctezuma/steam-era-goty
SteamEra Games of the Year Awards 2017.
https://github.com/woctezuma/steam-era-goty
bayesian-rating goty levenshtein-distance neogaf resetera schulze schulze-method schulze-voting steamera steamgaf steamspy steamspy-api vote
Last synced: 16 days ago
JSON representation
SteamEra Games of the Year Awards 2017.
- Host: GitHub
- URL: https://github.com/woctezuma/steam-era-goty
- Owner: woctezuma
- License: mit
- Created: 2018-01-29T17:11:43.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-11-28T00:59:21.000Z (25 days ago)
- Last Synced: 2024-11-28T01:34:49.069Z (25 days ago)
- Topics: bayesian-rating, goty, levenshtein-distance, neogaf, resetera, schulze, schulze-method, schulze-voting, steamera, steamgaf, steamspy, steamspy-api, vote
- Language: Python
- Homepage:
- Size: 703 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SteamEra Games of the Year Awards 2017
[![Build status][Build image]][Build]
[![Code coverage][Codecov image]][Codecov]## Goal
To rank the best games of the year, a Bayesian Rating is computed [on RPGCodex](http://www.rpgcodex.net/content.php?id=10819), which provides a solid ranking. However, this methodology is not applied [on SteamGAF/ERA](https://www.resetera.com/threads/steamera-games-of-the-year-awards-2017.19342/), and a sum of scores is applied instead (think Eurovision). Our goal is to use the data shown on SteamGAF/ERA and re-rank games with other methods:
* a Bayesian Rating,
* [Schulze method](https://github.com/woctezuma/schulze-method)## Bayesian Rating
### Prior for Bayesian Rating
Our prior is computed as follows:
* regarding the average score, the prior is the median of average scores,
* regarding the number of votes, the prior is the average of numbers of votes.### Caveat
The original data consists in sets of GOTY candidates, which happen to be ranked. As pointed out by [Durante](https://www.resetera.com/posts/3904799/), interpreting the ranks as a score leads to undesirable properties.
### Result
Full result is [here](output/bayesian_ranking.txt).
## Schulze Method
### Ranked-choice voting
[Schulze method](https://en.wikipedia.org/wiki/Schulze_method) is an alternative to [Borda count](https://en.wikipedia.org/wiki/Borda_count), which is the Eurovision system. See [Ranked-choice voting](https://en.wikipedia.org/wiki/Ranked_voting).
### Data
The original dataset, which consists of the rankings submitted by each user, was used.
It cannot be shared for privacy concerns.### Result
Full result is [here](output/schulze_ranking.txt).
## References
### Bayesian Rating
* https://fulmicoton.com/posts/bayesian_rating/
* https://en.wikipedia.org/wiki/Additive_smoothing
* https://planspace.org/2014/08/17/how-to-sort-by-average-rating/
* http://www.dcs.bbk.ac.uk/~dell/publications/dellzhang_ictir2011.pdf
### Schulze Method
* https://en.wikipedia.org/wiki/Ranked_voting
* https://en.wikipedia.org/wiki/Schulze_method
[Build]:
[Build image]:[PyUp]: https://pyup.io/repos/github/woctezuma/steam-era-goty/
[Dependency image]: https://pyup.io/repos/github/woctezuma/steam-era-goty/shield.svg
[Python3 image]: https://pyup.io/repos/github/woctezuma/steam-era-goty/python-3-shield.svg[Codecov]: https://codecov.io/gh/woctezuma/steam-era-goty
[Codecov image]: https://codecov.io/gh/woctezuma/steam-era-goty/branch/master/graph/badge.svg