What is socceraction and what are its core features?
mastersocceraction is an open-source Python package designed to simplify soccer event stream data analysis. Its primary functions include:
- VAEP Implementation: Provides an implementation of the VAEP (Valuing Actions by Expected Possession) possession value framework.
- Data Loading: Includes API clients to load data from popular providers like StatsBomb, Wyscout, and Opta (Stats Perform).
- Data Conversion: Converts proprietary data formats from various providers into a common action-based data format called SPADL (Soccer Player Action Description Language), which standardizes preprocessing for subsequent analysis.