Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 296 Bytes

README.md

File metadata and controls

4 lines (4 loc) · 296 Bytes

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.