Computerized poll to automatically rank college football teams each week First install the dependencies using the command:
pip install -r requirements.txt
Then run the program using the command:
python3 __main__.py
Use Constants.py
to tweak the values I use to generate the ranking. I have tried to avoid leaving any raw values in this main program to let users experiment.
Mean Elo: 1550.19
Median Elo: 1545.54
Standard Deviation of Elo: 93.96
Easiest Strength of Schedule: Rice
Hardest Strength of Schedule: Army
Predictions Quality (Season): 60.93% Correct
Predictions Quality (Week): 63.83% Correct (Last Week: 75.0%)