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

← lab Β· AUC 0.499 (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__t3__team.season_ppg0.0072↑ +0.016no
diff__team.shots_for_avg_l50.0068↑ +0.018no
match.elo_gap0.0064↑ +0.018no
away__team.season_ppg0.0062↑ +0.011no
home__t3__team.shots_for_avg_l50.0060↑ +0.001no
ratio__team.corners_against_avg_l50.0055↓ -0.001no
ratio__team.corners_volatility_l100.0051↓ -0.006no
home__t3__team.corners_against_avg_l50.0049↓ -0.006no
diff__team.dominance_l50.0049↑ +0.017no
home__team.matches_since_clean_sheet0.0046↓ -0.012no
home__team.possession_avg_l50.0046↑ +0.018no
home__t3__team.h2_goals_l100.0045↓ -0.005no

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