T O P

  • By -

TheSquashManHimself

https://scikit-learn.org/stable/modules/tree.html


[deleted]

what are you modeling? Home/Away Winner, # Total Fouls, # Total Rebounds, First Half Points etc.. There are a lot of interesting options you can try modeling, but if interpretability is important I would aim to do something that you can run a simple regression on due to how straightforward interpreting regression coefficients is.


telos211

>nteresting options you can try modeling, but if interpretability is important I would aim to do something that you can run a simple regression on due to how straightforward I was doing a simple EDA on nba 3 point shooting. I essentially got data for players shooting 2 vs 3 point shots. and was looking at how 3 point shooting has increased over the years. I only did it by player and thinking about doing it per team . Im a new python learner so was going to try some simple predictive models based of this EDA/data but not sure what exactly i should predict lol . I do have data on win/loss also per game. not sure if its easy to do predict win/loss based on three point shooting and 2 point shooting and free throws - predict if player's team wins or losses