leej11 / predict_nfl_game_results

A beginner's Data Science project to predict the outcome of NFL games using Logistic Regression

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Analyzing NFL Stats

This is a project from Codecademy for practicing basic Data Science process, using Logistic Regression to predict whether an NFL team would win their match or not.

The example isn't perfect because we are using data from the game itself, to predict the result. A better model would be to use historic data, to predict the result of an upcoming result.

Links

  • Codecademy - This is where the main body of code is from

About

A beginner's Data Science project to predict the outcome of NFL games using Logistic Regression


Languages

Language:Jupyter Notebook 98.6%Language:Python 1.4%