MCPcopy Create free account
hub / github.com/CodeClash-ai/CodeClash / elo

Route elo

codeclash/cli/rank.py:None–None  ·  view source on GitHub ↗
rank_app.command(
    "elo",
    context_settings={"allow_extra_args": True, "ignore_unknown_options": True},
    help=(
        "Fit a Bradley-Terry/Elo model and generate plots. Forwards all extra a

Source from the content-addressed store, hash-verified

1"""`codeclash rank` subcommands: compute player standings from game logs."""
2
3import subprocess
4import sys

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected