Glicko¶
This library implements the Glicko rating system as described in this paper.
Features¶
TODO
Requirements¶
TODO
Installation¶
You can install Glicko via pip from PyPI:
pip install glicko
Usage¶
Please see the [Reference Guide] for API details.
The example directory contains two examples showing how to use the library: One with soccer results, and one with table tennis results.
File format¶
The results should be stored in a csv file and contain the required columns:
HomeTeam
, AwayTeam
, and Result
. Optional columns: Date
and Round
.
Contributing¶
Contributions are very welcome. To learn more, see the Contributor Guide.
License¶
Distributed under the terms of the MIT license, Glicko is free and open source software.
Issues¶
If you encounter any problems, please file an issue along with a detailed description.
Credits¶
This project was generated from Statistics Norway’s SSB PyPI Template.