Downloads
Every figure as PNG, every parquet as CSV, plus the raw JSON the study consumes — leaderboards, attention chemistry pairs & groups, tactical-mechanism taxonomy, team maps, builder lineups, and the trained model checkpoints. Right-click or tap-and-hold to save individual files; Methodology has the math behind each one.
Event-pipeline JSON (VAEP / JOI / JDI)
Used by Overview, Top Pairs, Team Maps, and the Team Builder.
- data/overview.json tournament-wide stats & top pairs summary Download
- data/pairs.json every qualifying pair with JOI / JDI / minutes Download
- data/teams.json per-team summary, colors, pair counts Download
- data/team_figures_index.json pointers to per-team PNG figures Download
- data/team_builder.json MIP-optimal XI and formation per squad Download
- data/matches.json match-level metadata for the 64-match corpus Download
- data/player_form.json per-player Δ OI/90 vs positional prior Download
- data/chemistry_stories.json narrative blurbs for top teams (one-liners) Download
Attention chemistry (tracking transformer)
Output of the frame-VAEP transformer described in Methodology §2–3. The per-pair and per-group attention totals are what the Chemistry Leaderboards render.
- data/attention_pairs.json pair attention chemistry — total, per-90, lift vs team baseline Download
- data/attention_groups.json triples + quads with attention lift Download
- data/attention_figures_index.json per-team attention heatmap PNG pointers Download
- data/chemistry_concepts.json 12-mechanism tactical taxonomy (third-man triangle, overlap, etc.) Download
- data/vaep_metrics_transformer.json frame-VAEP head val metrics (AUC / Brier / loss) Download
Club vs National & FIFA Mode
Cross-context comparisons (StatsBomb open data passed through the same VAEP model) and the FIFA-rating crosswalk used by FIFA Mode.
Tabular data (CSV)
Generated from parquet sources by the export pipeline.
- CSV manifest will appear here when
data/downloads.jsonis present.
Figures (PNG)
Per-team offensive and defensive chemistry maps.
- PNG manifest will appear here when
data/team_figures_index.jsonis present.
Model artifacts
Event-pipeline classifiers (joblib) plus PyTorch Lightning checkpoints for the tracking transformer. Loading recipes are in Methodology §6.
- vaep_bundle.joblib trained score & concede classifiers + feature spec (event VAEP) Download
- predictor.joblib expected-OI-per-zone regressor used for JDI Download
- training_metrics_xt.json xT-regression val metrics (Spearman ρ = 0.714, MAE, lift over xT-lookup) Download
- training_metrics_frame_vaep.json frame-VAEP val metrics (BCE AUC ≈ 0.80 / 0.79 for score / concede heads) Download
Transformer checkpoints (transformer_xt_regression.ckpt,
transformer_frame_vaep.ckpt) are gitignored to keep the
repo light — rebuild them from the
repro recipe in ~10 minutes on
a single GPU, or contact us for a direct link.