goals w/ granular
β lab Β· AUC 0.534 (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? |
|---|
| market.p_draw | 0.0152 | β -0.100 | β³ yes |
| market.p_over25 | 0.0065 | β +0.162 | β³ yes |
| away__team.shot_diff_avg_l5 | 0.0040 | β +0.016 | no |
| ratio__team.cards_avg_l5 | 0.0040 | β -0.002 | no |
| market.p_away | 0.0039 | β -0.008 | no |
| market.p_home | 0.0028 | β +0.033 | β³ yes |
| ratio__team.venue_ppg_l5 | 0.0026 | β +0.007 | no |
| home__t3__team.conversion_l5 | 0.0023 | β -0.008 | no |
| away__t3__team.elo_momentum_l5 | 0.0021 | β +0.004 | no |
| home__team.corners_against_avg_l5 | 0.0019 | β -0.005 | no |
| home__team.matches_since_clean_sheet | 0.0015 | β +0.011 | no |
| home__t3__team.corners_volatility_l10 | 0.0015 | β -0.009 | 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": "goals w/ granular",
"sport": "football",
"target": {
"op": ">=",
"value": 3,
"metric": "match.total_goals"
},
"features": "all"
}