sublee / glicko2Links
An implementation of the Glicko-2 rating system for Python
☆122Updated 2 years ago
Alternatives and similar repositories for glicko2
Users that are interested in glicko2 are comparing it to the libraries listed below
Sorting:
- Python Implementation of the TrueSkill, Glicko and Elo Ranking Algorithms☆119Updated 2 years ago
- An implementation of the Elo rating system for Python☆97Updated 2 years ago
- An implementation of the TrueSkill rating system for Python☆782Updated 2 years ago
- A python package for rating systems (like Elo)☆24Updated 2 months ago
- Predicts the best chess move with 27.5% accuracy by a single matrix multiplication☆97Updated 4 years ago
- A JIT compiled chess engine which traverses the search tree in batches in a best-first manner, allowing for neural network batching, asyn…☆29Updated 3 years ago
- Extensions to the Elo algorithm implemented in JAX☆13Updated 2 years ago
- a python convertion from the ruby implementation of Rémi Coulom's Whole-History Rating (WHR) algorithm.☆66Updated last year
- Multiplayer Rating System. No Friction.☆312Updated 2 months ago
- TrueSkill Through Time: the Julia, Python and R packages.☆25Updated 6 months ago
- pure python poker hand evaluator for 5, 6, 7 cards☆84Updated 4 years ago
- Pairwise comparisons with flexible time-dynamics.☆59Updated 2 weeks ago
- Predict scores of NBA games using regularized matrix completion☆157Updated 6 years ago
- A small tool that generates gif of a chess game☆106Updated 4 years ago
- Elo algorithm implementation in Python☆79Updated 6 years ago
- Reads chess games in PGN format and adds annotations using an engine☆62Updated 4 years ago
- Creates JSON chess puzzles from PGN chess games.☆67Updated 7 years ago
- Python implementation of Shin's method for calculating implied probabilities from bookmaker odds☆87Updated 5 months ago
- Generate chess puzzles / tactics from a pgn file☆127Updated 2 years ago
- glicko2 implementation in python