⚽ 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_goals >= 2

← lab Β· AUC 0.532 (weak signal) Β· 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?
home__team.elo0.0001↑ +0.052⏳ yes
away__t3__team.dominance_l50.0001↑ +0.008no
away__t3__team.venue_ppg_l50.0001↑ +0.003no
away__team.dominance_l50.0001↑ +0.004no
ratio__team.shot_diff_avg_l50.0001↑ +0.026no
match.elo_gap0.0001↑ +0.020no
market.p_draw0.0000↓ -0.083⏳ yes
away__t3__team.season_ppg0.0000↑ +0.001no
match.state_gap0.0000↑ +0.015no
ratio__team.venue_ppg_l50.0000↑ +0.004no
away__team.defensive_leak_l50.0000↓ -0.002no
away__team.elo0.0000↑ +0.025no

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