Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 345 Bytes

File metadata and controls

9 lines (5 loc) · 345 Bytes

Project Agenda:

Model 1:

  • First predict whether the teams wins/looses a game. Use the historical games data from the API to train the model. Create a new column called won/lost and populate it by runnin the model on the data.

Model 2:

  • Use the updated table from above and predict whether the player will be benched or not.