⚽ 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.btts (bool)

← lab Β· AUC 0.512 (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?
home__team.ht_lead_rate_l200.0043↓ -0.010no
diff__team.goal_diff_avg_l50.0024↓ -0.023⏳ yes
home__t3__team.shots_for_avg_l50.0022↑ +0.002no
away__t3__team.corners_volatility_l100.0020↓ -0.003no
market.p_draw0.0019↑ +0.032no
market.overround_1x20.0019↓ -0.008no
match.style_clash_corners0.0018↓ -0.002no
ratio__team.ht_lead_rate_l200.0016↓ -0.018no
market.p_over250.0015↑ +0.050⏳ yes
diff__team.corner_diff_avg_l50.0015↓ -0.022⏳ yes
diff__team.corners_volatility_l100.0014↓ -0.011no
ratio__team.h2h_win_rate_l50.0013↓ -0.028⏳ 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": "sweep: match.btts (bool)",
  "sport": "football",
  "target": {
    "metric": "match.btts"
  },
  "features": "all"
}