jeffpohlmeyer / Python-Machine-Learning-NFL-Game-Predictor

An attempt to use scrapy to pull historical NFL game data and to use a supervised learning algorithm to attempt to predict the results of games
GNU General Public License v3.0
13 stars 5 forks source link

Algo development #2

Closed jeffpohlmeyer closed 8 years ago

jeffpohlmeyer commented 8 years ago

The first algorithm, a binary classifier, is completed. It picks better than 50/50, but not much.