Skip to content

Based on NFL game data, we want to predict the success of a play. This can be used to insert different strategies before the play is called to determine the success probability.

dannypage/NFLPlayPrediction

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

In order to use our NFL Play Prediction, you will need to install the nflgame API with the following command:

sudo pip install nflgame

Another requirement is the scikit-learn package for Machine Learning operations:

sudo pip install scikit-learn

If you already have numpy and scipy installed, use the -U option in the previous command.

If you want to use the Neural Network prediction, you need to run this first:

easy_install pybrain

About

Based on NFL game data, we want to predict the success of a play. This can be used to insert different strategies before the play is called to determine the success probability.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • OpenEdge ABL 97.6%
  • Python 1.3%
  • Jupyter Notebook 1.1%