I was thinking about trying to work in some APM into the Australian league that I cover.
The Australian league is an eight team league where each team plays 28 games. Obviously the sample is relatively small - the minutes leader last year logged just 993 minutes. What are some of the challenges that I could work my way around here? Or is the sample size simply too small to attempt any sort of +/- derived approach to covering the league?
Australian League APM
Re: Australian League APM
I'd say the same rules apply that also apply for the NBA (to improve prediction accuracy):Sam Garriock wrote:I was thinking about trying to work in some APM into the Australian league that I cover.
The Australian league is an eight team league where each team plays 28 games. Obviously the sample is relatively small - the minutes leader last year logged just 993 minutes. What are some of the challenges that I could work my way around here? Or is the sample size simply too small to attempt any sort of +/- derived approach to covering the league?
- use data from more than one season
- use BoxScore data to create priors (like in xRAPM)
I'll probably post my RAPM code in the next few days (in case you were actually thinking about using APM instead of RAPM - which you shouldn't - you can just use my code to do RAPM instead)
-
- Posts: 5
- Joined: Mon Oct 20, 2014 9:00 am
Re: Australian League APM
Thanks heaps.
The trouble is getting all of the lineup data - does anyone have any tools to be able to strip this easily? Currently I am taking the play by play data from the box score and going through and recording all of the lineups myself - as you can imagine it is an arduous task.
The trouble is getting all of the lineup data - does anyone have any tools to be able to strip this easily? Currently I am taking the play by play data from the box score and going through and recording all of the lineups myself - as you can imagine it is an arduous task.
Re: Australian League APM
:/Sam Garriock wrote:Thanks heaps.
The trouble is getting all of the lineup data - does anyone have any tools to be able to strip this easily? Currently I am taking the play by play data from the box score and going through and recording all of the lineups myself - as you can imagine it is an arduous task.
Best case scenario you could write a PlayByPlay parser in your favorite scripting language. Or pay someone to write one.
Here some ruby PlayByPlay code by EvanZ https://github.com/EvanZ/BBV_PBP_PARSER ... _output.rb that can help get you started