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
338 stars 121 forks source link

Import fixtures and odds not accurate #43

Closed KnightRider37 closed 1 year ago

KnightRider37 commented 1 year ago

When importing fixtures from footy stats html, the import is all wrong and have to change teams and odds. Anyway to fix this ? Thanks

ZockerFox commented 1 year ago

Hi, that correct. The odds at footystats are not very accurate. In my app i added a import of the odds and fixtures from betmonitor.com. That works well.

KnightRider37 commented 1 year ago

Hi, that correct. The odds at footystats are not very accurate. In my app i added a import of the odds and fixtures from betmonitor.com. That works well.

Hi, did you only change the link in the csv file or did you also change some code ? Thanks

KnightRider37 commented 1 year ago

Hi, that correct. The odds at footystats are not very accurate. In my app i added a import of the odds and fixtures from betmonitor.com. That works well.

How did you do it? thanks

KnightRider37 commented 1 year ago

Managed to work it out.