Тёмный
Friends of Tracking
Friends of Tracking
Friends of Tracking
Подписаться
Friends of Tracking will be back during April to June 2021. David Sumpter and Catherine Pfaff will, together with the other Friends (see below), meet guests working in football analytics.

Live every Thursday at 20:10 (European time), 19:10 (UK time), 01:40 (Mumbai India), 14:10 (East Coast USA) from 8th of April.

Friends of Tracking was set up by Pascal Bauer (Deutscher Fußball-Bund), Javier Fernandez (Barcelona), Suds Gopaladesikan (Benfica), Fran Peralta (Hammarby), Laurie Shaw (Harvard), David Sumpter (Uppsala University/Hammarby) and Alex Thomas (English FA). Visual recording sketches provided by Virginia Armas @sk3tchYourLife.

Our aim is to educate and inspire those interested in football analytics. The views expressed here are not necessarily the views of our employers.


A repository of code can be found here: github.com/Friends-of-Tracking-Data-FoTD/

A course developed on the basis of these videos is here: uppsala.instructure.com/courses/28112
Distance In R2
9:08
2 года назад
Soccer Fields And The Euclidean Plane
9:50
2 года назад
Making heat maps of actions
19:29
3 года назад
Pattern matching in football event data
25:00
3 года назад
Creating a pass flow graph in R
44:17
3 года назад
Presentation by the PSG group.
39:44
3 года назад
Valuing actions 2: generating features
38:58
4 года назад
The Ultimate Guide to Expected Goals
46:31
4 года назад
Комментарии
@johnpress1
@johnpress1 25 дней назад
I'm here because Chris Pajak sent me.
@SacredKnowledge-tl1ck
@SacredKnowledge-tl1ck 2 месяца назад
Great Video!
@BluePanda-THE-GOLDEN-RATIO
@BluePanda-THE-GOLDEN-RATIO 2 месяца назад
I AGREE!!
@mohamedbelahouel6536
@mohamedbelahouel6536 2 месяца назад
I want your gmail
@KamogeloMogoba-xy5ie
@KamogeloMogoba-xy5ie 2 месяца назад
I am looking for the PSG hackerton site any links?????
@Jimmyjones151
@Jimmyjones151 2 месяца назад
Raj Chohan reckons he can do your job even better than you do
@spadron04
@spadron04 3 месяца назад
Hi! nice video. I'm having problems to import the data in json file it seems that needs to be payed. by any where can I see the data structure to see if I can build it? or any other source?
@clash44
@clash44 3 месяца назад
Can't believe this was 4 years ago. This was such a productive and education friendly group. Incredible what you all gave to the community. Thank you.
@Flavioamaralvilela
@Flavioamaralvilela 3 месяца назад
Do you have course data anaylitcs soccer online? i need course! Thanks!
@nicolasmassa8146
@nicolasmassa8146 3 месяца назад
Awesome videos!!
@Guilherme_Mo
@Guilherme_Mo 3 месяца назад
I've tried replicating the code available in the GitHub, the exact way the code was written in the notebook file and in the Pdf available, but I encountered some problems along the way. I believe the 'Highlight Text' library has changed a little bit over the course of time since this video came out. So I struggled a little bit trying to solve it, and to anyone else who has had this problem: I encountered problems within this line: ssn_start = df[df.team == team].season_id.iloc[0] ssn_end = df[df.team == team].season_id.iloc[-1] ssn_start = str(ssn_start)+"/"+str(ssn_start+1) ssn_end = str(ssn_end)+"/"+str(ssn_end+1) s = "{}'s goal difference from {} to <{}> " >>> htext.fig_htext(s.format(team,ssn_start,ssn_end),0.15,0.99,highlight_colors=[primary], highlight_weights=["bold"],string_weight="bold",fontsize=22, fontfamily=title_font,color=text_color) The solution I found was writing it like this: ssn_start = df[df.team == team].season_id.iloc[0] ssn_end = df[df.team == team].season_id.iloc[-1] ssn_start = str(ssn_start)+"/"+str(ssn_start+1) ssn_end = str(ssn_end)+"/"+str(ssn_end+1) s = "{}'s goal difference from {} to <{}> " >>> highlight_text.fig_text(0.15, 0.99, s.format(team, ssn_start, ssn_end), highlight_textprops=[{"color": primary}], fontsize=22, fontfamily=title_font, color=text_color) Another problem I encountered along the way was the instalation of the Fonts, after instaling them I had to go to the Folder where is located the cache of Matplotlib and delete the font file, after doing that i relaunched the code and it worked fine! Thank you Peter for sharing this lovely Graph, Thank you David for posting the Soccermatics course online I've been developing a love for Data Science and I've been enjoying a lot helping through your classes.
@Wonderscope1
@Wonderscope1 4 месяца назад
Thanks for this video. It’s pretty good
@JonathanMendezSesar
@JonathanMendezSesar 4 месяца назад
Hello, I have a question about the Poisson model you've presented. You discuss variables such as attacking power and defensive power. I've developed a model in Excel (yes, I don't know how to program in Python or R), and I've divided it into "goals scored by the home team" and "goals scored by the away team". Then, I've further divided both groups into 2 subgroups: "goals scored by the home team and conceded by the away team" and "goals scored by the away team and conceded by the home team". Within each subgroup, I've included both the average goals scored by the home team at home (or when few games have been played, the expected goals), and the average goals scored by teams at home in the league (to capture the home team advantage), and I compare them with the average goals conceded by the away team, both overall of away teams in the league (to gauge the disadvantage or advantage of playing away for the opposing team). I then do the same with the goals scored by the away team and conceded by the home team. My question is, do you think this is a good model? The method for obtaining the expected goals for both teams arises from dividing the average goals scored by the home team by the average goals scored by home teams in the league, and multiplying the league's average goals by that result, and the result of dividing the average goals conceded away by the away team by the average goals conceded by away teams in the league. Logically, I apply the same formula for the away team. Do you think this model is correct? Is it more accurate in terms of the difference between playing at home or playing away? Should I capture the difference only with the difference in scoring at home and away and conceding at home and away? By the way, I love your videos, very well-utilized statistics and econometrics!
@Garycarlyle
@Garycarlyle 4 месяца назад
Awesome video. You're so good at this. I love how you essentially touched on sanity checking too at the end.
@rishabhraj8424
@rishabhraj8424 5 месяцев назад
Really great video thank you❤
@tayoodediran2118
@tayoodediran2118 5 месяцев назад
loved this. brilliant watch!
@DAconfusedZED
@DAconfusedZED 5 месяцев назад
This guy created voronoi map with python: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-t0TJll06_hE.html
@user-uc9my6qy1e
@user-uc9my6qy1e 5 месяцев назад
13:16 😂😂 seriously at 10 years he thought of doing AI in football interested of being a football player 🥴🥴
@stephendragon6721
@stephendragon6721 6 месяцев назад
Good luck with the search William! Klopp cant be replaced but we all know the new manager has to be someone who understands the club and philosophy. No Jose ok
@demonking5436
@demonking5436 6 месяцев назад
Bro you better find the best manager now😂😢
@user-zf7km5ew8g
@user-zf7km5ew8g 8 месяцев назад
you miss the french people you dont make the french traduction i dislike
@user-hy3ou1tc5d
@user-hy3ou1tc5d 8 месяцев назад
hello Error in command 'gzfile(file, "wb")': cannot delete additional: Warning message: In the command 'gzfile(file, "wb")': unable to delete compressed file '.RDataTmp', probable cause 'Permission denied' Warning message: In the 'file.remove(outfile)' command: cannot delete file '.RDataTmp', reason 'No such file or directory' >this information is displayed when opening R
@footpodcast
@footpodcast 9 месяцев назад
This is brilliant!
@cauzze9193
@cauzze9193 10 месяцев назад
Hello Im a student and Im going to do a project in school and want to do a soccer tracking system. Can u help me, suggest which tracker i should use. Something where`s easy to code on it.
@kicheko4980
@kicheko4980 10 месяцев назад
How to make tracking data?
@amineaitbounou6339
@amineaitbounou6339 Год назад
How can i get the presentation plzzzz
@lorddabu
@lorddabu Год назад
About 3 years late to the game, but thanks Suds! This was amazing.
@danielcortes3799
@danielcortes3799 Год назад
I have a question when you want to volunteer for a club how do you know they have the tools for you to do data analysis I mean if the pay a platform or company to gather the data
@Lookout20
@Lookout20 Год назад
Thank you for this Sir.
@SamVerekar
@SamVerekar Год назад
ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-oOAnERLiN5U.html, How do I do this on live match?
@aidanrandall8951
@aidanrandall8951 Год назад
I keep receiving the error - ValueError: axis must be fewer than the number of dimensions (1)-- When I run -- tracking_home,tracking_away,events = mio.to_single_playing_direction(tracking_home,tracking_away,events) -- I'm not sure what this means or how to fix it.
@torreselrasheed8797
@torreselrasheed8797 Год назад
Thanks amazing professor ❤
@viniciusmelo2907
@viniciusmelo2907 Год назад
I was thinking, if using distance as log and angle as cos, wouldn't be better. Then you could make a linear regresion. Also, you would have: 0 < xG < 1 | 1 < log(d+1) < 2 | -1 < cosø < 1 This suposing that a field has 99 m, on average, and you cannot shoot over 180°
@viniciusmelo2907
@viniciusmelo2907 Год назад
Appears to be a smoothier function either. Because you have similar ranges of values to all variables.
@umangjaiswal768
@umangjaiswal768 Год назад
where to get the tracking data of champions league or any current matches . any one ??
@paulpolizzi3421
@paulpolizzi3421 Год назад
This is amazing, i want to learn more about it, never coded in my life, would this work with the videos of my kids soccer U13 games? I've been looking for something to track data like this to help the coaches with the team to preform better. Thank you again.
@BelgranoCAB19
@BelgranoCAB19 Год назад
Let me see the best channel ever!
@HimanshuYadav-nt9zp
@HimanshuYadav-nt9zp Год назад
how did he make this visualizations?
@abhranilpal9804
@abhranilpal9804 Год назад
Should this also be broken down by the stronger foot of the player getting into the position?
@Sam-ue2ry
@Sam-ue2ry Год назад
I just wanted to share something here - if you look at the shot angle function. You'll see an initial descrease in scoring probability that david attributes to being an anomaly when in fact if you think intuitively about this and i have verified with data. The likelyhood is that despite the angle being low the Distance is also probably low too which possesses significant explanatory power and hence the higher goal probability is due to this rather than any direct effect of shot angle on goal scoring probability. Always check for Multicolinearity because i bet there is some interaction here. Are shots with lower angles typically from lower distances?
@alexanderburton3842
@alexanderburton3842 Год назад
I have very, very basic experience with Python, but I adore football and am at that point in my career where I am seeking change. I'm 32 years old so hopefully not too old to learn and to be able to one day land a job in football data analytics! This video really was great and made me very excited to learn python.
@Olamichael7781
@Olamichael7781 Месяц назад
We really are looking for the same thing good luck mate
@jacklovell5266
@jacklovell5266 Год назад
I am unable to get the data from the link provided
@chouaibbenali5201
@chouaibbenali5201 Год назад
It's awesome,i'm just wondering how can you track an event each 40 millisecondes, how does Metrica Sports does it ? do they manually track it ?
@MrBjorn6
@MrBjorn6 Год назад
This guy talks like he has an advanced degree from MIT😉
@marlo8456
@marlo8456 4 месяца назад
Lol
@OPPFINITE
@OPPFINITE Год назад
Ashwin, I’m a consultant now but I had the same problem as you. When you start stuttering, pause. It’s better to have an awkward long silence than meaningless fillers. I worked on this till I was 25, takes time but you’ll do good.
@ashhitch8213
@ashhitch8213 Год назад
Best wishes for the future in your new roll at Anfield.
@LitTalkNetwork
@LitTalkNetwork Год назад
1:26:00 core tools: tableau and having understanding of data analysis not just the preparing of data 🙌🏿
@LitTalkNetwork
@LitTalkNetwork Год назад
1:03:00 thanks for reassuring academics aren't the be all end all
@abdelkrimkobbi
@abdelkrimkobbi Год назад
first of all thanks for your course and I would like to know if you have in your Channel videos for beginner as me.cheers coach
@neilrohra7374
@neilrohra7374 Год назад
Hi, Is the data no longer available to download?
@sabyasachinanda3227
@sabyasachinanda3227 Год назад
What was the source Javier mentioned for data scraping?