Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 473 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 473 Bytes

NFL-Predictions

DataExploration.py - Performs correlation analysis and scatter plot analysis and complies summary statistics

GameResultsFunction.py - Runs through individual games to create derived variables and assist in creating the ABT.

Gradient Descent.py - Calculates gradient descent for single linear regression

Multiple Linear Regression NFL.py - Main program used for predicting super bowl winners.

NFL Random Forest.py - Attempt at Regression Random Forest