Skip to main content

A Bayesian Skill Rating System

Project description

An implementation of the TrueSkill algorithm for Python. TrueSkill is a rating system among game players and it is used on Xbox Live to rank and match players.

>>> from trueskill import Rating, transform_ratings, match_quality
>>> p1, p2, p3, p4 = Rating(), Rating(), Rating(), Rating()
>>> team1, team2, team3 = (p1,), (p2, p3), (p4,)
>>> transform_ratings([team1, team2, team3]) #doctest: +NORMALIZE_WHITESPACE
[(Rating(mu=35.877, sigma=6.791),),
 (Rating(mu=17.867, sigma=7.059), Rating(mu=17.867, sigma=7.059)),
 (Rating(mu=21.255, sigma=7.155),)]
>>> print '%.1f%%' % (match_quality([team1, team2, team3]) * 100)
4.7%

See Also

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

trueskill-0.1.4.tar.gz (10.6 kB view details)

Uploaded Source

File details

Details for the file trueskill-0.1.4.tar.gz.

File metadata

  • Download URL: trueskill-0.1.4.tar.gz
  • Upload date:
  • Size: 10.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for trueskill-0.1.4.tar.gz
Algorithm Hash digest
SHA256 36f5e8c72a832a56b55e808c6f8372c069871fcf0832c1f96eae106f9a1d3282
MD5 b3dea8728558882d0e3a1e0ba0aea316
BLAKE2b-256 f42b8acd53ee6d0b5599f50822afac9c08f5bb55caea0ef66d3ba2dc1971aa42

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page