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

Hello, in the file "socceraction/vaep/features.py", the function "time" considers all periods of 45 minutes. However, in some datasets such as World Cups, periods 4 & 5 should be treated differently....

bug

I understand the idea behind the method **play_left_to_right**, but certain actions seem to become inconsistent after using it. For example, I took the actions that led to Messi's first goal...

documentation

Hi, I'm currently using Statsbomb Open Data and while analysing atomic actions, I realised that mini dribbles are being added. For some reason, dribbles that have less than 3 meters...

documentation

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. Release notes Sourced from actions/upload-artifact's releases. v4.0.0 What's Changed The release of upload-artifact@v4 and download-artifact@v4 are major changes to the backend architecture of Artifacts....

dependencies
github_actions

Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. Release notes Sourced from actions/download-artifact's releases. v4.0.0 What's Changed The release of upload-artifact@v4 and download-artifact@v4 are major changes to the backend architecture of Artifacts....

dependencies
github_actions

The following issues have to be resolved before we can add support for converting Wyscout v2 data that was loaded by kloppy to SPADL: - [x] https://github.com/PySport/kloppy/issues/236 - [ ]...

enhancement

The following issues have to be resolved before we can add support for converting Opta data that was loaded by kloppy to SPADL: - [ ] https://github.com/PySport/kloppy/issues/267 - [ ]...

enhancement

Some games (e.g, postponed games) might have an empty event feed. This results in errors while computing features and labels. ```python import pandas as pd import socceraction.atomic.vaep.features as fs import...

bug

Currently there is no information about pass height in socceraction. I haven't checked it but I assume that the value of high passes could be significantly different from ground passes....

enhancement
discussion