kochlisGit / ProphitBet-Soccer-Bets-Predictor

ProphitBet is a Machine Learning Soccer Bet prediction application. It analyzes the form of teams, computes match statistics and predicts the outcomes of a match using Advanced Machine Learning (ML) methods. The supported algorithms in this application are Neural Networks, Random Forests & Ensembl Models.
MIT License
286 stars 104 forks source link

Extra league #21

Open hassandawa opened 1 year ago

hassandawa commented 1 year ago

Interesting work, am trying to create extra league i.e Norway but getting an error

File "C:\Users\Dennis\AppData\Local\Programs\Python\Python39\lib\urllib\request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found Exception in Tkinter callback

hassandawa commented 1 year ago

I had messed up the url didnt include new

https://www.football-data.co.uk/**new**/NO.csv

hassandawa commented 1 year ago

Then creating english championship https://www.football-data.co.uk/mmz4281/2223/E1.csv i get an error

File "C:\Users\Dennis\Documents\Django\Projects\ProphitBet\venv\lib\site-packages\pandas\core\indexes\base.py", line 5859, in _raise_if_missing raise KeyError(f"{not_found} not in index") KeyError: "['Season', 'Home', 'Away', 'HG', 'AG', 'Res'] not in index" Exception in Tkinter callback

hassandawa commented 1 year ago

Championship is under main not extra league