Skip to content

ChicagoDev/Super-Bowl-Prediction-Linear-Regression

Repository files navigation

Super Bowl Prediction Linear Model

Overview

ETL

To predict the score of the Superbowl, I had to acquire, munge, and load one season of NFL statistics into a Python Pandas dataframe.

Acquire

I scraped ~500 NFL games' statistcs from ProFootballReference.com using a custom Python script utiltizing the Beautiful Soup API.

Munge

Load


Structure

  • models/*
  • models/NFLScorePrediction.py
    • Displays how linear model was generated
  • models/Feature Engineering
  • scraping/NFLSeason.py
  • models/cross_validation
  • charts/

Blog Post

About

Linear Regression: Predicted the score of the Super Bowl. Result in-line with Vegas Odds.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages