To predict the score of the Superbowl, I had to acquire, munge, and load one season of NFL statistics into a Python Pandas dataframe.
I scraped ~500 NFL games' statistcs from ProFootballReference.com using a custom Python script utiltizing the Beautiful Soup API.
- models/*
 - models/NFLScorePrediction.py
- Displays how linear model was generated
 
 - models/Feature Engineering
 - scraping/NFLSeason.py
 - models/cross_validation
 - charts/