⚽ 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.second_half_goals >= 1

← lab Β· AUC 0.518 (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?
away__team.season_ppg0.0003↓ -0.003no
match.style_clash_corners0.0003↑ +0.023⏳ yes
away__team.state_index0.0002↑ +0.006no
away__team.conversion_l50.0002↓ -0.007no
home__team.goals_volatility_l100.0002↑ +0.026⏳ yes
home__team.corner_diff_avg_l50.0002↑ +0.011no
away__team.corners_against_avg_l50.0001↑ +0.013no
home__team.matches_since_clean_sheet0.0001↓ -0.004no
market.disagreement_home0.0001↑ +0.007no
away__team.dominance_l50.0001↓ -0.002no
market.p_away0.0000↓ -0.012no
market.ah_line0.0000↓ -0.029⏳ 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.second_half_goals >= 1",
  "sport": "football",
  "target": {
    "op": ">=",
    "value": 1,
    "metric": "match.second_half_goals"
  },
  "features": "all"
}