Pieter Robberechts

Results 35 comments of Pieter Robberechts

Thanks for your PR! The `fbref.read_team_season_stats` method is indeed inefficient as it visits the page of each individual team in a league. I've noticed that FBRef now has a single...

> Unfortunately, the player stats for these new pages (e.g. https://fbref.com/en/comps/9/stats/Premier-League-Stats) wouldn't be loaded by the existing functions, as it only currently loads the top table containing squad/ opponent stats...

A pass is successful if it reaches a teammate. This is of course a nebulous concept. There is a thin line between intercepting the ball and recovering the ball immediately...

I think the **multi-level index** is very convenient here because the data is logically hierarchical — meaning that a league contains multiple seasons, each season contains multiple teams, ... Also,...

Well, I guess hierarchical columns have some slight advantages in some use cases and some slight disadvantages in other use cases. For all of your use cases, you could also...

I have to admit that outsourcing the implementation of additional convertors to Kloppy appeals to me 😉. Basically, this means that Kloppy should provide a standardized data model for each...

Nothing **has** to be implemented at the Kloppy side, since the original events can still be retrieved from the Kloppy Event, but I would rather not implement another version of...

I wonder whether XGBoost is able to learn automatically that the preceding actions are irrelevant for a pass when the previous action was a goal or when the period changed...

If you set the `nb_prev_actions` parameter to `n`, and tell the model to rate the value of the actions in a match, the model makes use of `n` total actions...

I am not sure to which table you are referring. Can you provide a link?