Model Validation
Predictive models open up a bunch of possibilities when it comes to implementing statistics in a basketball setting. We can use linear regression to predict continuous variables, like how many points a team will score, and logistic regression to predict categorical variables, like whether a player makes a shot. So far, we’ve only looked at how a model performs with data we trained it on; what we really want to know is how well our models perform on unseen data. We can do this through various forms of model validation.