Spencer-Weston / W207_Final_NBA_Prediction

W207 Final project for predicting NBA games
MIT License
0 stars 0 forks source link

Clustering Players w/ Missing Data #2

Open Spencer-Weston opened 2 years ago

Spencer-Weston commented 2 years ago

We anticipate clustering players based on a weighted average of their last three years of data. However, a scenario might arise where a player misses a season. We will need to figure out a way to deal with this missing data. Options include ignoring the data, lowering the weight for that season, or imputing an average value for the missed games.