⚽ 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

sweep: match.total_corners >= 10

← lab Β· AUC 0.518 (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.0046↑ +0.070⏳ yes
home__team.corners_against_avg_l50.0037↑ +0.035⏳ yes
match.tempo0.0034↑ +0.001no
market.p_over250.0030↑ +0.084⏳ yes
diff__team.season_ppg0.0026↑ +0.021no
away__team.goals_volatility_l100.0026↑ +0.005no
market.ah_line0.0024↓ -0.036⏳ yes
match.humidity_pct0.0022↑ +0.007no
diff__team.h2_goals_l100.0020↑ +0.008no
match.momentum_clash0.0019↓ -0.007no
market.overround_1x20.0018↑ +0.036no
x__away__team.goals_for_avg_l5__home__team.defensive_leak_l50.0018↓ -0.002no

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