Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CodeClash-ai/CodeClash
/ elo.py
File
elo.py
codeclash/analysis/metrics/elo.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
#!/usr/bin/env python3
2
import
argparse
3
import
json
4
from
collections
import
defaultdict
Callers
nothing calls this directly
Calls
15
get_logger
Function · 0.90
add_file_handler
Function · 0.90
ScoreMatrixBuilder
Class · 0.85
BradleyTerryFitter
Class · 0.85
print_results
Function · 0.85
BradleyTerryFitterPlots
Class · 0.85
write_latex_table
Function · 0.85
write_website_results
Function · 0.85
write_latex_table_plain
Function · 0.85
BootStrapRankStability
Class · 0.85
write_bootstrap_metrics_table
Function · 0.85
EloVsMaxRounds
Class · 0.85
Tested by
no test coverage detected