Game Thread Game #12 - BLAZERS @ SUNS - NOVEMBER 10, 2021 - WEDNESDAY, 6:00 PM (PDT) ROOT TV

Welcome to our community

Be a part of something great, join today!

Probably? I can guarantee you he doesn’t. Dame level slumps are long
Guarantee? Dame is 11.9% below his career average on 114 three's. Curry slumped 14.5% below his career average on 136 three's from 2/8/2017 to 3/10/2017.
1 for 4
2 for 6
4 for 11
1 for 11
2 for 8
6 for 10
5 for 10
0 for 11
2 for 9
2 for 11
5 for 13
6 for 15
2 for 9
1 for 8
TOTAL 39 for 136 -- 28.7%
 
Last edited:
Guarantee? Dame is 11.9% below his career average on 114 three's. Curry slumped 14.5% below his career average on 136 three's from 2/8/2017 to 3/10/2017.
1 for 4
2 for 6
4 for 11
1 for 11
2 for 8
6 for 10
5 for 10
0 for 11
2 for 9
2 for 11
5 for 13
6 for 15
2 for 9
1 for 8
TOTAL 39 for 136 -- 28.7%

Damn great counter didn’t know that
 
Guarantee? Dame is 11.9% below his career average on 114 three's. Curry slumped 14.5% below his career average on 136 three's from 2/8/2017 to 3/10/2017.
1 for 4
2 for 6
4 for 11
1 for 11
2 for 8
6 for 10
5 for 10
0 for 11
2 for 9
2 for 11
5 for 13
6 for 15
2 for 9
1 for 8
TOTAL 39 for 136 -- 28.7%

I know you have algorithms...maybe even an AI named Wilson. How long did it take you to make that search of Curry's career?
 
I know you have algorithms...maybe even an AI named Wilson. How long did it take you to make that search of Curry's career?

I had already written the code for checking on Dame to find a sequence of N consecutive threes with at most M makes for player P. I just changed those 3 variables for Curry. So in this case it took one minute to change the code and 20 seconds to run. If I had to write this query from scratch, maybe 30 minutes to write. It mostly depends on how time tricky the query is to write.

On the other hand I’ve spent months figuring out how to cope with anomalies in the raw data to get to the point that I can match box scores on basketball reference from the low level game events.
 
Last edited:
I had already written the code for checking on Dame to find a sequence of N consecutive threes with at most M makes for player P. I just changed those 3 variables for Curry. So in this case it took one minute to change the code and 20 seconds to run. If I had to write this query from scratch, maybe 30 minutes to write. It mostly depends on how time tricky the query is to write.

On the other hand I’ve spent months figuring out how to cope with anomalies in the raw data to get to the point that I can match box scores on basketball reference from the low level game events.

wow....that's quite a hobby....or do you do something similar for your livelihood?

and when you say you use box scores from bbref, does that require some kind of OCR or are you able to access those boxes on some code level? I would imagine you don't have to enter every bit of data by hand...?

you can tell me to stuff it at any time with my questions by the way
 
wow....that's quite a hobby....or do you do something similar for your livelihood?

and when you say you use box scores from bbref, does that require some kind of OCR or are you able to access those boxes on some code level? I would imagine you don't have to enter every bit of data by hand...?

you can tell me to stuff it at any time with my questions by the way

I do software development for a living. Windows apps and SQL but nothing similar to this. This is just for fun.

I don’t hook into bbref I just output from my app what you’d see for a player on bbref and manually compare. One player like Dame is probably 20,000+ events so it’s a pretty good test.

I like the questions so feel free.
 

Users who are viewing this thread

Back
Top