⚽ 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

home wins v3: can we beat the market's own feature?

← lab Β· AUC 0.688 (real signal) Β· 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?
market.p_away0.0371↓ -0.371⏳ yes
market.p_home0.0157↑ +0.382⏳ yes
home__team.goal_diff_avg_l50.0051↑ +0.184⏳ yes
home__team.elo_momentum_l50.0041↑ +0.022⏳ yes
home__team.shot_diff_avg_l50.0039↑ +0.212⏳ yes
away__team.goals_volatility_l100.0030↓ -0.125⏳ yes
home__team.cards_avg_l50.0027↓ -0.039⏳ yes
market.p_draw0.0025↓ -0.186⏳ yes
home__team.corner_diff_avg_l50.0021↑ +0.170⏳ yes
match.humidity_pct0.0021↓ -0.005no
away__team.corners_volatility_l100.0018↓ -0.069⏳ yes
away__team.goals_for_avg_l50.0016↓ -0.149⏳ 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": "home wins v3: can we beat the market's own feature?",
  "sport": "football",
  "target": {
    "equals": "H",
    "metric": "match.result"
  },
  "features": "all"
}