ScorePredict
- 4 Devlogs
- 30 Total hours
It's a website that helps to predict the scores of a match, using my own AI model (hopefully).
It's a website that helps to predict the scores of a match, using my own AI model (hopefully).
#DEVLOG 4#
Okay, guys, I’ve finally found the cause of the issue.
It was not in the code, it was in my mind.🤦♂️If I wanted the model to predict a draw, it would lose by accuracy.
To understand this I made some calculations:
away: 7341 matches - 31,6%
draw: 5522 matches - 23,8%
home: 10368 matches - 44,6%
SUM: 23231 matches
In a nutshell: It NEVER worth it to predict a draw!
Now that I “solved” this problem, I can focus on increasing accuracy: adding more aspects, finding bugs, etc.
#DEVLOG 3#
This is just a quick devlog from me.
I have some issues. The main thing is what I have already written about: the model NEVER EVER predicts a draw. (It is because of the mechanism of Poisson-model…). I tried different methods to solve this problem, but none of them worked.
There is 2 ways to solve this:
Cheer for me!
Some good news at the end: my model is a tiny little bit better in predicting the winner of a match than betting offices!
#DEVLOG 2#
I haven’t posted devlog for a while. But I was working hard.
I ran the secind evaluation of the Poisson regression model (the first model was so unreliable that it don’t desire to mention).
Results:
Next options (ideas only, none started yet):
This is my first project written in Python so I’m still learning pretty much. I’ll push my progress to Github as soon as I can produce accurate enough predictions. Be patient, I’m doing my best!
Arrivederci, Auf Wiedersehen, Goodbye, A viszontlátásra!!
#DEVLOG 1#
I started to work on a website that predicts the scores of a football match. I’ll make my own AI model to create it.
To do so my first task is to get a database. There are a lot of APIs on the internet but just a few of them provides a service without any limitations. I’ve finally find one on Github. So I started to work on it and format the data. BUT after ~2 hours I realized, it wouldn’t work.
The reason why it wouldn’t work: I wrote some criteria that this AI model should consider. And the Github repo did not fit to it.
Sooo I’ll start over with a new provider.
By the way, here are the aspects I was talking about: