RE: Soccer Predictions using Python (part 2a)

You are viewing a single comment's thread from:

Soccer Predictions using Python (part 2a)

in programming •  7 years ago 

im interested in this kind of thing. do you make the code based on the percentage of ball possesion and predict how many goals it make for each team ? or you make something else. i'm interested. but im not entirely sure

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  

So far the code is only using previous scores. It takes the historical results and calculates the average scores for the competition, then looks at at each teams scores and calculates an estimated attack and defence strength. Have a read through the code, It's pretty straight forward and well commented. If there's anything there you don't get, let me know and I'll try and expand on what's happening.

I'll likely be adding some machine learning elements to the code soon too.

Thanks for your interest.