sweep: match.total_cards >= 3
β lab Β· AUC 0.561 (weak signal) Β· ran 7/4/2026
What this is: Asks which pre-match factors drive one specific outcome, using a walk-forward model and permutation importance.
| Factor | Importance | Direction | Survives all eras? |
|---|
| away__team.defensive_leak_l5 | 0.0009 | β -0.023 | β³ yes |
| market.p_home | 0.0007 | β -0.044 | β³ yes |
| market.disagreement_home | 0.0007 | β +0.005 | no |
| diff__team.cards_avg_l5 | 0.0007 | β -0.000 | no |
| away__team.travel_km | 0.0006 | β -0.029 | no |
| away__t3__team.h2_goals_l10 | 0.0005 | β -0.006 | no |
| home__team.sot_for_avg_l5 | 0.0005 | β -0.005 | no |
| ratio__team.conversion_l5 | 0.0004 | β -0.003 | no |
| x__home__team.elo_momentum_l5__away__team.elo_momentum_l5 | 0.0004 | β -0.007 | no |
| away__t3__team.matches_since_clean_sheet | 0.0004 | β -0.002 | no |
| match.mismatch | 0.0004 | β -0.029 | β³ yes |
| home__t3__team.matches_since_clean_sheet | 0.0004 | β +0.005 | no |
Reading the columnswhat each number actually means
| AUC | predictability: 0.50 = coin flip, ~0.70 = ceiling for sports |
| Importance | how much the model leans on this factor (permutation importance) |
| Direction | sign of the raw correlation with the outcome |
| Survives all eras | effect points the same way in every historical era |
Spec Β· the reproducible recipe
{
"name": "sweep: match.total_cards >= 3",
"sport": "football",
"target": {
"op": ">=",
"value": 3,
"metric": "match.total_cards"
},
"features": "all"
}