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

← lab Β· AUC 0.385 (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.congestion_21d0.0000↑ +0.083no
away__team.elo0.0000↑ +0.003no
away__team.elo_momentum_l50.0000β€”no
away__team.form_points_l50.0000β€”no
away__team.goal_diff_avg_l50.0000β€”no
away__team.goals_against_avg_l50.0000β€”no
away__team.goals_for_avg_l50.0000β€”no
away__team.matches_since_blank0.0000↓ -0.102no
away__team.matches_since_clean_sheet0.0000↓ -0.057no
away__team.matches_since_win0.0000↓ -0.086no
away__team.rest_days0.0000↓ -0.089no
away__team.season_ppg0.0000↓ -0.179no

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.red_card_shown (bool)",
  "sport": "football",
  "target": {
    "metric": "match.red_card_shown"
  },
  "features": "all"
}