# kickscore
[](https://github.com/lucasmaystre/kickscore/actions/workflows/build.yml)
[](https://codecov.io/gh/lucasmaystre/kickscore)
`kickscore` is the dynamic skill rating system powering [Kickoff.ai](https://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](https://en.wikipedia.org/wiki/Elo_rating_system) and [TrueSkill](https://en.wikipedia.org/wiki/TrueSkill).

## 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:
- [Basic example illustrating the API](examples/kickscore-basics.ipynb) ([interactive version](https://colab.research.google.com/github/lucasmaystre/kickscore/blob/master/examples/kickscore-basics.ipynb))
- [Visualizing the history of the NBA](examples/nba-history.ipynb) ([interactive version](https://colab.research.google.com/github/lucasmaystre/kickscore/blob/master/examples/nba-history.ipynb))
## References
- Lucas Maystre, Victor Kristof, Matthias Grossglauser, [Pairwise Comparisons with Flexible Time-Dynamics](https://arxiv.org/abs/1903.07746), KDD 2019
Raw data
{
"_id": null,
"home_page": null,
"name": "kickscore",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.10",
"maintainer_email": null,
"keywords": "elo, ranking, skill, score, rating, strength, game, comparison, match",
"author": "Lucas Maystre",
"author_email": "Lucas Maystre <lucas@maystre.ch>",
"download_url": "https://files.pythonhosted.org/packages/15/d3/dc758ef0a94f0d289ef45090abb20f1ed0036b13553cec607e4f85b5cd49/kickscore-0.2.0.tar.gz",
"platform": null,
"description": "# kickscore\n\n[](https://github.com/lucasmaystre/kickscore/actions/workflows/build.yml)\n[](https://codecov.io/gh/lucasmaystre/kickscore)\n\n`kickscore` is the dynamic skill rating system powering [Kickoff.ai](https://kickoff.ai/).\n\nIn 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](https://en.wikipedia.org/wiki/Elo_rating_system) and [TrueSkill](https://en.wikipedia.org/wiki/TrueSkill).\n\n\n\n## Getting started\n\nTo install the latest release directly from PyPI, simply type:\n\n pip install kickscore\n\nTo get started, you might want to explore one of these notebooks:\n\n- [Basic example illustrating the API](examples/kickscore-basics.ipynb) ([interactive version](https://colab.research.google.com/github/lucasmaystre/kickscore/blob/master/examples/kickscore-basics.ipynb))\n- [Visualizing the history of the NBA](examples/nba-history.ipynb) ([interactive version](https://colab.research.google.com/github/lucasmaystre/kickscore/blob/master/examples/nba-history.ipynb))\n\n## References\n\n- Lucas Maystre, Victor Kristof, Matthias Grossglauser, [Pairwise Comparisons with Flexible Time-Dynamics](https://arxiv.org/abs/1903.07746), KDD 2019\n",
"bugtrack_url": null,
"license": null,
"summary": "A dynamic skill rating system.",
"version": "0.2.0",
"project_urls": {
"Homepage": "https://github.com/lucasmaystre/kickscore",
"Issues": "https://github.com/lucasmaystre/kickscore/issues",
"Repository": "https://github.com/lucasmaystre/kickscore.git"
},
"split_keywords": [
"elo",
" ranking",
" skill",
" score",
" rating",
" strength",
" game",
" comparison",
" match"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "20fb325d0a4a3cbc985844c1dd811be82b03fd0936a67f9dc6fadb710985e443",
"md5": "15abb7dfa6458709d96637b31d47616f",
"sha256": "c54a61b00d859e0ce05c1ee2caf16c188f43d18a34f3f9be53fe16a3779f7d5a"
},
"downloads": -1,
"filename": "kickscore-0.2.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "15abb7dfa6458709d96637b31d47616f",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.10",
"size": 28012,
"upload_time": "2025-08-14T14:37:17",
"upload_time_iso_8601": "2025-08-14T14:37:17.010677Z",
"url": "https://files.pythonhosted.org/packages/20/fb/325d0a4a3cbc985844c1dd811be82b03fd0936a67f9dc6fadb710985e443/kickscore-0.2.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "15d3dc758ef0a94f0d289ef45090abb20f1ed0036b13553cec607e4f85b5cd49",
"md5": "234fbd92faba05501bf4d4e7c5196813",
"sha256": "08740b714c7c1d0edc856f81995720ab6161b5beb4d62732782605f3ac1d1d57"
},
"downloads": -1,
"filename": "kickscore-0.2.0.tar.gz",
"has_sig": false,
"md5_digest": "234fbd92faba05501bf4d4e7c5196813",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.10",
"size": 197806,
"upload_time": "2025-08-14T14:37:17",
"upload_time_iso_8601": "2025-08-14T14:37:17.877095Z",
"url": "https://files.pythonhosted.org/packages/15/d3/dc758ef0a94f0d289ef45090abb20f1ed0036b13553cec607e4f85b5cd49/kickscore-0.2.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-08-14 14:37:17",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "lucasmaystre",
"github_project": "kickscore",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "kickscore"
}