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

Discussion in 'Portland Trail Blazers' started by Chris Craig, Nov 8, 2021.

  1. bobf

    bobf Well-Known Member

    Joined:
    Oct 19, 2008
    Messages:
    3,959
    Likes Received:
    3,142
    Trophy Points:
    113
    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: Nov 11, 2021
  2. AldoTrapani

    AldoTrapani Well-Known Member

    Joined:
    Jul 7, 2019
    Messages:
    8,762
    Likes Received:
    2,543
    Trophy Points:
    113
    Damn great counter didn’t know that
     
    Fairly-Hard, bobf, mook and 2 others like this.
  3. wizenheimer

    wizenheimer Well-Known Member

    Joined:
    Oct 19, 2008
    Messages:
    20,938
    Likes Received:
    32,829
    Trophy Points:
    113
    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?
     
    bobf and AldoTrapani like this.
  4. AldoTrapani

    AldoTrapani Well-Known Member

    Joined:
    Jul 7, 2019
    Messages:
    8,762
    Likes Received:
    2,543
    Trophy Points:
    113
    you feel me?! I can’t counter that. He got me
     
  5. bobf

    bobf Well-Known Member

    Joined:
    Oct 19, 2008
    Messages:
    3,959
    Likes Received:
    3,142
    Trophy Points:
    113
    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: Nov 12, 2021
  6. wizenheimer

    wizenheimer Well-Known Member

    Joined:
    Oct 19, 2008
    Messages:
    20,938
    Likes Received:
    32,829
    Trophy Points:
    113
    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
     
  7. bobf

    bobf Well-Known Member

    Joined:
    Oct 19, 2008
    Messages:
    3,959
    Likes Received:
    3,142
    Trophy Points:
    113
    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.
     
    wizenheimer likes this.

Share This Page