⚽ 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

what drives 4+ cards? (refs + closeness)

← lab Β· AUC 0.547 (weak 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?
home__team.conversion_l50.0039↑ +0.012no
away__team.cards_avg_l50.0030↑ +0.067no
home__team.state_index0.0029↓ -0.003no
away__team.congestion_21d0.0026↓ -0.030⏳ yes
home__team.corners_for_avg_l50.0007↓ -0.011no
away__team.shot_diff_avg_l50.0006↑ +0.041no
away__team.corner_diff_avg_l50.0001↑ +0.027no
away__team.matches_since_blank0.0000↑ +0.037⏳ yes
match.mismatch0.0000↓ -0.081⏳ yes
home__team.matches_since_win-0.0002↑ +0.006no
match.form_gap-0.0002↓ -0.019no
match.ref_cards_avg-0.0002↑ +0.150⏳ 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": "what drives 4+ cards? (refs + closeness)",
  "sport": "football",
  "target": {
    "op": ">=",
    "value": 4,
    "metric": "match.total_cards"
  },
  "features": "all"
}