kickscore

A dynamic skill rating system.


Keywords
elo, ranking, skill, score, rating, strength, game, comparison, match, elo-rating, machine-learning
License
MIT
Install
pip install kickscore==0.1.5

Documentation

kickscore

build status code coverage

kickscore is the dynamic skill rating system powering Kickoff.ai.

In short, kickscore can be used to understand & visualize the skill of players (or teams) competing in pairwise matches, and to predict outcomes of future matches. It extends the Elo rating system and TrueSkill.

evolution of NBA teams' skill over history

Getting started

To install the latest release directly from PyPI, simply type:

pip install kickscore

To get started, you might want to explore one of these notebooks:

References