TyWalters / NFL-Prediction-Model

Model created for FiveThirtyEight Forecast Competition
30 stars 16 forks source link

line 365 #2

Open num951 opened 4 years ago

num951 commented 4 years ago

to get the probability of houston beating kansas city week 1 (lets say), should line 365 the predicted line by printed and not the df_results line? I am just stumped on why I cannot get the probability that houston will beat kansas city to show up

TyWalters commented 4 years ago

All the data isn't there for the upcoming season yet. I'm going to switch over to some new data sources to give me more information and let me access it faster. The python file you're referring to is just creating the model, so it focuses on only past results then I use that model to predict future games. Hopefully I'm done soon and can post updated files with updated predictions for upcoming games.

When I have this ready, I'll push the changes and include more of a write up to give you a better idea on how to use it. The goal is to update with the models predictions each week.