⚽ 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

what drives 10+ corners?

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

What this is: Asks which pre-match factors drive one specific outcome, using a walk-forward model and permutation importance.
FactorImportanceDirectionSurvives all eras?
home__team.corners_for_avg_l50.0050↑ +0.040⏳ yes
home__team.corners_against_avg_l50.0043↑ +0.018no
away__team.elo0.0041↓ -0.057⏳ yes
away__team.corners_against_avg_l50.0035↑ +0.044⏳ yes
away__team.season_ppg0.0019↓ -0.030⏳ yes
away__team.shots_for_avg_l50.0017↓ -0.036no
home__team.season_ppg0.0013↑ +0.014no
match.humidity_pct0.0007↑ +0.007no
away__team.rest_days0.0004↓ -0.015no
home__team.goals_against_avg_l50.0001↓ -0.016no
match.temp_c-0.0007↓ -0.003no
away__team.cards_avg_l5-0.0010↓ -0.030⏳ 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": "what drives 10+ corners?",
  "sport": "football",
  "target": {
    "op": ">=",
    "value": 10,
    "metric": "match.total_corners"
  },
  "features": "all"
}