⚽ 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_fouls >= 23

← lab Β· AUC 0.600 (real signal) Β· ran 7/5/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.ref_fouls_avg0.0195↑ +0.221⏳ yes
market.p_draw0.0139↑ +0.142⏳ yes
home__team.conversion_l50.0052↓ -0.035⏳ yes
x__match.ref_cards_avg__match.tempo0.0046↓ -0.001no
ratio__team.blown_lead_rate_l200.0038↑ +0.003no
home__team.cards_avg_l50.0034↑ +0.059⏳ yes
match.ref_cards_avg0.0033↑ +0.066⏳ yes
match.stakes0.0030↓ -0.005no
market.disagreement_home0.0028↑ +0.004no
away__team.corners_volatility_l100.0027↓ -0.008no
ratio__team.rest_days0.0025↓ -0.011no
home__t3__team.cards_avg_l50.0020↑ +0.002no

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