Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CodeClash-ai/CodeClash
/ conservative_score
Function
conservative_score
codeclash/analysis/metrics/tskill.py:67–69 ·
view source on GitHub ↗
(r)
Source
from the content-addressed store, hash-verified
65
66
67
def
conservative_score(r):
68
# Leaderboard-safe score (lower-bound skill)
69
return
r.mu - 3 * r.sigma
70
71
72
for
game_log_folder in tqdm(three_plus_players):
Callers
1
tskill.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected