sweep: match.total_corners >= 10
β lab Β· AUC 0.515 (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.
| Factor | Importance | Direction | Survives all eras? |
|---|
| match.style_clash_corners | 0.0053 | β +0.070 | β³ yes |
| home__t3__team.elo_momentum_l5 | 0.0031 | β -0.006 | no |
| ratio__team.matches_since_win | 0.0029 | β -0.005 | no |
| market.p_over25 | 0.0029 | β +0.084 | β³ yes |
| away__team.conversion_l5 | 0.0027 | β +0.019 | no |
| home__team.corners_against_avg_l5 | 0.0024 | β +0.035 | β³ yes |
| market.p_away | 0.0024 | β -0.036 | β³ yes |
| diff__team.ht_lead_rate_l20 | 0.0024 | β +0.017 | no |
| market.overround_1x2 | 0.0022 | β +0.036 | no |
| ratio__team.corner_diff_avg_l5 | 0.0021 | β +0.013 | no |
| x__match.ref_cards_avg__match.tempo | 0.0021 | β -0.006 | no |
| match.tempo | 0.0019 | β +0.001 | 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_corners >= 10",
"sport": "football",
"target": {
"op": ">=",
"value": 10,
"metric": "match.total_corners"
},
"features": "all"
}