Data behind the blocking and tackling
Fifthdown is a data analytics project to research Division I football programs. The hope is to identify trends and key metrics within college football.
- Data scraper
- Elo ratings
- Visualizations
The fine folks at Staturdays have a great explainer on building Elo ratings for college football. Their work is an inspiration for this project, but the scope of the their efforts and Fifthdown differ:
- Staturday's focus is on breadth of various stats related to FBS teams (although they do have some ratings for FCS). Fifthdown's purpose is depth of Elo ratings across all divisions of college football (and eventually high school football).
- Fifthdown has a pure web spider to retrieve team-level data for teams not currently in free college football APIs (at least those known to the devs).
python setup.py install
or if you prefer virtualenv...
virtualenv venv
source venv/bin/activate
python setup.py install
fifthdown --help
This software is licensed under The MIT License (MIT). See the LICENSE file in the top distribution directory for the full license text.