Skip to main content

The TrueSkill 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, rate_1vs1, quality_1vs1
>>> r1, r2 = Rating(mu=25, sigma=8.333), Rating(mu=30, sigma=8.333)
>>> 'Match quality = {:.1%}'.format(quality_1vs1(r1, r2))
'Match quality = 41.6%'
>>> rate_1vs1(r1, r2)
(trueskill.Rating(mu=30.768, sigma=7.030),
 trueskill.Rating(mu=24.232, sigma=7.030))

See Also

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.3.tar.gz (17.6 kB view details)

Uploaded Source

File details

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

File metadata

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

File hashes

Hashes for trueskill-0.3.tar.gz
Algorithm Hash digest
SHA256 504711c58c398780926edd1492bf1ee70e263eaac816400db0ebb62a625938eb
MD5 bb439eb14907c407551a7664ae3ce8af
BLAKE2b-256 52c4d48bf6ca6c95638ca38e72e510de41815cb5ba2e5902077365accbb87398

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