bhoung/trueskill-in-r: Implementation of the TrueSkill algorithm in R

An implementation of the TrueSkill algorithm (Herbrich, R., Minka, T. and Grapel, T) in R; a Bayesian skill rating system with inference by approximate message passing on a factor graph. Used by Xbox to rank gamers and identify appropriate matches. http://research.microsoft.com/en-us/projects/trueskill/default.aspx Current version allows for one player per team. Will update as time permits. Requires R version 3.0 as it is written with Reference Classes. URL: https://github.com/bhoung/trueskill-in-r Acknowledgements to Doug Zongker and Heungsub Lee for their python implementations of the algorithm and for the liberal reuse of Doug's code comments (@dougz and @sublee on github). Html documentation is available at http://www.bhoung.com/trueskill/

Getting started

Package details

AuthorBrendan Houng <brendan.houng@gmail.com>
MaintainerBrendan Houng <brendan.houng@gmail.com>
LicenseGPL-3
Version0.2
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("bhoung/trueskill-in-r")
bhoung/trueskill-in-r documentation built on May 12, 2019, 8:29 p.m.