⚽ Tomulator
Overview
β—ˆDashboardπŸ“…Today's gamesβ—ŽState of play
Money
πŸ’·Bets & strategies
Explore
⊞Leagues & seasonsπŸ“Metricsβ–€Data sources
Engine room
🎲SimulationsπŸ§ͺLab≣Catalog?How this works

scorer model v1: P(player scores)

← lab Β· AUC 0.737 (real signal) Β· ran 7/4/2026

What this is: A one-off study β€” its numbers below are exactly what the run reported.
notewalk-forward chronological folds; players need 180+ prior minutes
brier0.0708
auc mean0.7368
base rate0.0886
n player matches25,745

calibration

nbinp predp actual
7,2230.00-0.070.03580.0359
3,2400.07-0.130.09510.0985
1,3060.13-0.200.16310.1631
6860.20-0.270.23130.2172
3040.27-0.340.2950.2566
860.34-0.400.3620.2791
200.40-0.470.42580.55
80.47-0.540.50090.375

Reading the columnswhat each number actually means

AUCpredictability: 0.50 = coin flip, ~0.70 = ceiling for sports
Importancehow much the model leans on this factor (permutation importance)
Directionsign of the raw correlation with the outcome
Survives all eraseffect points the same way in every historical era
Spec Β· the reproducible recipe
{
  "kind": "scorer_model",
  "features": [
    "goals_p90_l10",
    "shots_p90_l10",
    "shots_on_p90_l10",
    "start_rate_l5",
    "minutes_avg_l5",
    "is_forward",
    "is_mid",
    "is_home",
    "team_attack",
    "opp_defence"
  ]
}