-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Evaluation of other leagues #1
Comments
Do you mean is it possible to predict match scores for other leagues? Or just check the quality of the model on other data (other league)? Which specific leagues? |
hi @msoczi, |
It is possible to add new leagues, provided that the data is available. The process get the data from football-data.co.uk. If there is data on the league you are interested in, you can easily add this league (or I can do it if you want). |
@msoczi once I've imported the league data I'm interested in and saved it in the data folder, what file should I edit to allow me to run the results prediction? |
Predictions are also based on data from other sources, so it is not enough to download them from https://www.football-data.co.uk/. To add a new league, you need to perform several actions, e.g. properly complete the |
@msoczi so I don't need to download any additional data from https://www.football-data.co.uk/ ? after what you explained I can then run python scripts/main_script.py <LEAGUE_NAME> |
hi @msoczi, is it then possible to add for example the Dutch league or the Swiss league? if so how? |
Yes, it is possible to add the Dutch league. |
@msoczi more so as not to bother you every time, I wanted to know the process for adding a soccer league (like Dutch league or English championship) to the program |
You have to do:
|
Hi. But how about for the next fixtures? I don't find anything in skysports for Romanian Superliga (Liga 1). |
Hi @msoczi, nice work!
Is it possible to evaluate other leagues by importing the data? For example, minor leagues or other leagues in general.
Thank you
The text was updated successfully, but these errors were encountered: