/nba_elo

Reimplementation of FiveThirtyEight NBA Elo-only Model (Not CARMElo!)

Primary LanguageJupyter NotebookMIT LicenseMIT

nba_elo

Tests reimplementing the 538 Elo model and other experiments

  • LR_as_Elo.ipynb contains a 538 Elo Model and a Logistic Regression to get Elo model. I'd start there
  • elo_test.ipynb has all my initial experiments, including learning a classifier based on features, PID control etc.