socceraction icon indicating copy to clipboard operation
socceraction copied to clipboard

Convert soccer event stream data to SPADL and value player actions using VAEP or xT

Results 34 socceraction issues
Sort by recently updated
recently updated
newest added

I am using the VAEP and Atomic-VAEP Implementations. To confirm that I am understanding the implementation correctly, I set the `nb_prev_actions` parameter to be 0, expecting the system to fail....

good first issue

Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.16.2 to 20.16.3. Changelog Sourced from virtualenv's changelog. v20.16.3 (2022-08-04) Bugfixes - 20.16.3 - Upgrade embedded pip to ``22.2.2`` from ``22.2.1`` and setuptools to ``63.4.1`` from ``63.2.0``...

dependencies
python

The goal of this PR is to track progress on #41. ## Supported action types | SPADL action | Kloppy EventType | Tasks | |------------------|------------------|-------| | pass | PASS |...

Hello, I have read through all the issues and I genuinely hope I am not reiterating something already discussed. In that case, I apologise. I was wondering why passes with...

Current loaders is designed to read files and process them into dataframes. It's not suitable if you want to use SDDP feed instead of SDAPI. The difference is that SDDP...

enhancement

While converting Wyscout events to SPADL actions most duels are removed as they are not considered on the ball actions, however in doing so some information is lost. Wyscout considers...

discussion

On July 20th 2021, Wyscout switched their API to v3. Currently, socceraction only supports v2 of the Wyscout API, which is now a legacy version. Adding support for the new...

enhancement

Socceraction creates the timestamps for dribbles and receptions (atomic) as the midpoint (t2 - t1) / 2 between the first and subsequent actions. The downside of that might be that...

enhancement

SPADL defines 4 different event types for describing save/ball recovery actions by keepers: | Action type | Description | Success | |------------------|-------------------------------|------------------------| | Keeper save | Keeper saves a shot...

discussion

First of all: thanks for this great library! I was wondering what is needed to add kloppy as a reader for input files. When kloppy can be used users of...