⚽ 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

corners w/ granular

← lab Β· AUC 0.524 (no real pattern β€” honest result) Β· ran 7/4/2026

What this is: Asks which pre-match factors drive one specific outcome, using a walk-forward model and permutation importance.
FactorImportanceDirectionSurvives all eras?
match.style_clash_corners0.0042↑ +0.070⏳ yes
market.p_over250.0022↑ +0.084⏳ yes
x__match.temp_c__match.tempo0.0018↓ -0.014no
ratio__team.matches_since_blank0.0018↑ +0.017no
home__team.corners_for_avg_l50.0016↑ +0.051⏳ yes
diff__team.ht_lead_rate_l200.0015↑ +0.017no
match.tempo0.0013↑ +0.001no
ratio__team.matches_since_win0.0011↓ -0.005no
diff__team.defensive_leak_l50.0011↓ -0.004no
away__team.defensive_leak_l50.0011↓ -0.000no
ratio__team.ht_lead_rate_l200.0011↑ +0.004no
diff__team.pass_acc_avg_l50.0010↑ +0.072⏳ yes

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
{
  "name": "corners w/ granular",
  "sport": "football",
  "target": {
    "op": ">=",
    "value": 10,
    "metric": "match.total_corners"
  },
  "features": "all"
}