-
Hey @Torvaney, thanks a lot for great repo. I was using dixon-coles model for some calculations but realized that for some cases we can end up with 'nan' in some probabilities. I did try to some debug…
-
The `_get_minutes_played `method in [wyscout loader](https://github.com/ML-KULeuven/socceraction/blob/master/socceraction/data/wyscout/loader.py) contains 2 bugs:
1) The duration of a game is defin…
-
### Contact Details
dhananjay.ashok99@gmail.com
### Version
1.0.1
### What platform are you seeing the problem on?
Linux
### What Python version are you running, are you using a virtual environm…
-
Analizar la confiabilidad de los datos.
Mirar un partido y tomar notas propias. Luego compararlo con las de la aplicación.
El objetivo es poder ver la confiabilidad de las estadísticas.
-
For the testing suite to succeed, it seems we need to manually run tests/datasets/download.py multiple times with all of "statsbomb", "wyscout", "convert-statsbomb" and "convert-wyscout" args.
As i…
-
Hola, como están? Después de seguir las instrucciones de instalación
install.packages("devtools")
install.packages("remotes")
remotes::install_version("SDMTools", "1.1-221")
Al llegar a este p…
-
When running nox, multiple tests fail for me for the same reason:
pandera expected a series to have type int64, got int32.
When I try to convert the downloaded statsbomb / wyscout files by invokin…
-
@yodaddyp
Not sure why, but the installation didn't work for me as described in the README.
Took me a bit to work out but I had to do:
```bash
npx install-peerdeps --dev -a -r https://npm…
-
@willmcgugan did a code review. This is his feedback:
# Kloppy
- URL: https://github.com/PySport/kloppy
- Date Reviewed: Sep 3 2021
## General observations
- Names like utils.py and helpe…
-
Wyscout considers a few off the ball fouls, namely `Out of game foul`, `Protest` and arguably `Late card foul` (these are the `subEventName`'s). When converting Wyscout events to SPADL actions, these …