Search found 3 matches
- Wed Apr 05, 2017 11:11 pm
- Forum: APBRmetrics
- Topic: Where to find play-by-play data?
- Replies: 1
- Views: 3650
Where to find play-by-play data?
Sports Illustrated website used to offer the data in json format, but it seems like they closed that off to the public. NBA.com play-by-play also offers json, but their data is really bad - to transform that data into the format I need would be a huge headache. Anyone know where to look? The sample ...
- Wed Dec 16, 2015 10:55 pm
- Forum: APBRmetrics
- Topic: NBA players points projections for each game
- Replies: 2
- Views: 6708
Re: NBA players points projections for each game
Are you talking about game points or fantasy points? And are you approaching this from a machine learning or statistics side? If you want to give any high level explanation of your model then I can provide some input.
- Wed Dec 09, 2015 11:45 pm
- Forum: APBRmetrics
- Topic: Play-By-Play Substitutions
- Replies: 9
- Views: 18012
Re: Play-By-Play Substitutions
The play-by-play data sold on nbastuffer is pretty granular. It shows the lineup states at every action in the game (shots, rebounds, subs, timeouts, end/start of quarters, etc). It's not difficult to determine who subs in for whom and how many unique lineups exist in each game. My problem right now...