Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 407 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 407 Bytes

CFBRating

Python Application for a College football rating model

Using data from api.collegefootball.com

Enter the week of games to analyze. Foreach game during that week, script pulls a team's data for their game, compares it to the model and it's % away from the model, weights it and assigns the team an "s-value" for that game.

Each team is ranked based on their running average of that s-value.