Skip to content

Latest commit

 

History

History
55 lines (39 loc) · 1.82 KB

README.rst

File metadata and controls

55 lines (39 loc) · 1.82 KB

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