fivethirtyeight / nfl-elo-game

Data and code for FiveThirtyEight's NFL game
MIT License
319 stars 365 forks source link

Generating elo1, elo2, and elo_prob1 in the 'nfl_games.csv' file from scratch #5

Open sprestridge opened 6 years ago

sprestridge commented 6 years ago

Shouldn't the code (python eval.py) also generate and store the values in elo1, elo1, and elo_prob1 in the CSV file (nfl_games.csv) if they are blank to begin with?

Basically, I'm wondering how to generate the elo1, elo1, and elo_prob1 from scratch if you just have the list of teams and outcomes.

Thanks.

bojanderson commented 4 years ago

Yes, this would be super awesome to know how to do