Tabular Classification
English
xgboost
sports-analytics
soccer
football
vaep
action-valuation
statsbomb
wyscout
idsse
metrica
skillcorner
silly-kicks
karstenskyt commited on
Commit
8935b3e
·
verified ·
1 Parent(s): 7275608

Update README.md (generated from vaep-model.md)

Browse files
Files changed (1) hide show
  1. README.md +14 -2
README.md CHANGED
@@ -188,6 +188,18 @@ vaep_value = vaep_offensive + vaep_defensive
188
  - **Scouting**: Compare players across leagues using a unified valuation framework
189
  - **Research**: Reproducible VAEP implementation on open data
190
 
 
 
 
 
 
 
 
 
 
 
 
 
191
  ## EU AI Act — Intended Use and Non-Use
192
 
193
  This model is published for **research and reproducibility** purposes on public, open-licensed match data. It is **not intended for, not validated for, and not supplied to** any use that would fall within Annex III §4 (Employment, workers management and access to self-employment) of Regulation (EU) 2024/1689 — including recruitment or selection of natural persons, decisions affecting work-related contractual relationships, promotion, termination, task allocation based on individual traits, or the monitoring and evaluation of performance and behaviour of workers for employment decisions.
@@ -257,9 +269,9 @@ And the silly-kicks library:
257
 
258
  ## Demo
259
 
260
- Try the interactive [Soccer Analytics Explorer](https://huggingface.co/spaces/luxury-lakehouse/soccer-analytics-demo) — explore player impact rankings powered by VAEP valuations, and compare players across leagues.
261
 
262
- > **Explore interactively:** [HF Space demo](https://huggingface.co/spaces/luxury-lakehouse/soccer-analytics-demo)
263
 
264
  ## More Information
265
 
 
188
  - **Scouting**: Compare players across leagues using a unified valuation framework
189
  - **Research**: Reproducible VAEP implementation on open data
190
 
191
+ ## Three-Axis Interpretation
192
+
193
+ VAEP's two probability deltas map naturally to three cognitive axes for interpretation, borrowing framing from García de Marina's xR framework (SOCCHUB 2026):
194
+
195
+ - **Survival** — the defensive component (`vaep_defensive`). How much did the action reduce the opponent's scoring probability? Positive = safer (opponent less likely to score). Negative = riskier (opponent more likely to score). Computed as `P(concedes)_before - P(concedes)_after` — the sign flip in the `vaep_defensive` computation ensures positive = good.
196
+
197
+ - **Progression** — the offensive component (`vaep_offensive`). How much did the action advance the team's own scoring probability? Positive = more threatening. Computed as `P(scores)_after - P(scores)_before`.
198
+
199
+ - **Decision Value** — the composite VAEP score (`vaep_value = vaep_offensive + vaep_defensive`). Was the implicit risk worth it? Positive = the action's Progression gain exceeded its Survival cost. Negative = the risk outweighed the benefit.
200
+
201
+ This is a labeling convention, not a new model. The underlying probabilities and computation are unchanged. The xR model itself (which introduces additional axes like xR-score) is not implemented here.
202
+
203
  ## EU AI Act — Intended Use and Non-Use
204
 
205
  This model is published for **research and reproducibility** purposes on public, open-licensed match data. It is **not intended for, not validated for, and not supplied to** any use that would fall within Annex III §4 (Employment, workers management and access to self-employment) of Regulation (EU) 2024/1689 — including recruitment or selection of natural persons, decisions affecting work-related contractual relationships, promotion, termination, task allocation based on individual traits, or the monitoring and evaluation of performance and behaviour of workers for employment decisions.
 
269
 
270
  ## Demo
271
 
272
+ Try the interactive [Soccer Analytics App](https://huggingface.co/spaces/luxury-lakehouse/soccer-analytics-app) — explore player impact rankings powered by VAEP valuations, and compare players across leagues.
273
 
274
+ > **Explore interactively:** [Soccer Analytics App](https://huggingface.co/spaces/luxury-lakehouse/soccer-analytics-app)
275
 
276
  ## More Information
277