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
14 stars 5 forks source link

Technically working simple regression and more complicated regression… #4

Closed jeffpohlmeyer closed 8 years ago

jeffpohlmeyer commented 8 years ago

… (using Lasso) completed. Will try to fine-tune before moving on to neural network model.