Replies: 1 comment
-
nobody? :( |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
I use this tool for a few months now and I really like it. In the beginning I created a google colab and executed the requirements part and the main.py part every day (because google colab does not save that content)....
now I set up a WSL with Ubuntu and I just execute python3 main.py -xgb -odds=fanduel every day once or several times.
so far so good. but is this the right way to use this tool? what about training? what about machine learning in that case?
what I have noticed: I get the exact ML predictions for the games if home team and away team dont change. for example if DEN plays at home vs MIN I get a DEN 51.2% prediction. 2 days later I get a DEN 51.2% prediction again? why?
also if I use python3 main.py -nn -xgb -odds=fanduel the predictions for xgb are completely different compared to python3 main.py -xgb -odds=fanduel. why is that?
also what I dont understand: if this tool can provide a prediction for OVER / UNDER in totals, why cant there be a prediction for total team scores aswell?
thx for your help
Beta Was this translation helpful? Give feedback.
All reactions