⚽ 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.515 (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.0053↑ +0.070⏳ yes
home__t3__team.elo_momentum_l50.0031↓ -0.006no
ratio__team.matches_since_win0.0029↓ -0.005no
market.p_over250.0029↑ +0.084⏳ yes
away__team.conversion_l50.0027↑ +0.019no
home__team.corners_against_avg_l50.0024↑ +0.035⏳ yes
market.p_away0.0024↓ -0.036⏳ yes
diff__team.ht_lead_rate_l200.0024↑ +0.017no
market.overround_1x20.0022↑ +0.036no
ratio__team.corner_diff_avg_l50.0021↑ +0.013no
x__match.ref_cards_avg__match.tempo0.0021↓ -0.006no
match.tempo0.0019↑ +0.001no

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"
}