/cfs

College Football Prediction & Rankings using Google API

Primary LanguagePerlGNU General Public License v2.0GPL-2.0

CFS Source Code

Directories

perllib/

Perl scripts and perl modules used to import data, interact with Google Prediction API, and export data.

scripts/

Shell scripts used to bootstrap the database.

source_data/

CSV and HTML downloaded from http://www.sports-reference.com. Includes listing of teams, team statistics, and schedules.

sql/

Included is a file that bootstraps the database schema, a file that contains a handful of freeform SQL queries, and the latest mysqldump of the datbase.

training_data/

CSV files generated by perllib/export_training_data.pl that were used to train the models.