Share Your Thoughts on Kloppy! #276
Replies: 4 comments 2 replies
-
With kloppy, I was able to visualize SkillCorner tracking data and use tracking data in raw form much much faster. I believe that kloppy's attempt to standardize the preprocessing portion with in a workflow (for event, tracking, etc) is important because it will hopefully to get more people with a more "football" background to use insights/data to better their performance. Not everyone has a computer science degree and kloppy helps bridge the gap between those highly technical with CS/DS skills and sporting analytics. Going forward it would be beneficial to include other sports, like basketball and tennis since those two sports are heavy within the analytics space. Limb Tracking data from basket would be something great to include since it will most likely be used more in football going forward. Example : Thanks for your hard work! We appreciate what you all do :) Ana De Souza |
Beta Was this translation helpful? Give feedback.
-
Probably not relevant for the small user, but we have largely moved to spark especially for tracking data, which means we can now handle entire seasons of tracking data in the cloud (including streaming). I wrote pyspark code to transform tracab data to spark dfs, perhaps this would be something to add to kloppy. |
Beta Was this translation helpful? Give feedback.
-
Big fan of Kloppy. Tbh, I learned quite a bit about package development / domain models just by inspecting kloppy. Feature request 1: Motivation: Many projects that I am involved with are not agnostic of the provider. I have put forward to use kloppy in many cases as an intermediary format, but in some cases, I got some pushback against using the domain model of kloppy because the projects are in a different codebase (e.g., c#). It would be great if I was able to transform datasets through kloppy to another provider. Feature request 2: |
Beta Was this translation helpful? Give feedback.
-
Today, when I used the kloppy package, I found that several Premier League games didn't seem to be used. Before, they were all available, namely matchid=2500033 and 2500039. And there are matchid=2500021 teamid for 1628 games does not seem to work, of course, not only these games, after the run prompt: player_id=str(player["player"]["wyId"]), TypeError: 'NoneType' object is not subscriptable; Changing the computer and the network and uninstalling the kolppy still cannot solve this problem. At present, you can only load the local json files, but it takes longer to load the files locally. Please the author can solve the problem, I do not know and do not understand is my own operation problem or what problem, before all can run smoothly, but today suddenly appeared such a problem, the following is my source code: 今天我在用kloppy包的时候发现有几场英超比赛似乎用不了,之前都是可以用的,分别是matchid=2500033和2500039。并且还有matchid=2500021的teamid为1628的比赛似乎用不了,当然不止这些比赛,运行后提示player_id=str(player["player"]["wyId"]), TypeError: 'NoneType' object is not subscriptable 其余比赛id都是可以正常运行的。 |
Beta Was this translation helpful? Give feedback.
-
Share Your Thoughts on Kloppy!
Hello Kloppy Community! 👋
We have an upcoming contributors meeting on January 5th, 2024, focusing on the future of Kloppy. We understand that not everyone can join us in person, so we're reaching out to gather your valuable insights and suggestions.
We'd Love to Hear Your Ideas and Feedback on:
How to Participate:
Your input is invaluable to us, and we're eager to incorporate the community's perspective into our roadmap. Let's work together to make Kloppy even better!
Thanks for being a part of our community!
Best,
Kloppy Development Team
Beta Was this translation helpful? Give feedback.
All reactions