Per-shot PSxG scores produced by the PSxG model (logistic regression on goalmouth coordinates). Used as the primary shot-stopping input to fct_goalkeeper_stats in the goalkeeper evaluation framework.
Part of the (Right! Luxury!) Lakehouse soccer analytics platform.
ds = load_dataset("luxury-lakehouse/psxg-predictions")
df = ds["train"].to_pandas()
print(f"{len(df)}… See the full description on the dataset page:
https://huggingface.co/datasets/luxury-lakehouse/psxg-predictions.