NBA-Machine-Learning-Sports-Betting
NBA-Machine-Learning-Sports-Betting copied to clipboard
Cannot parse keras metadata
Hi all,
install everything as instructed. having trouble running it when I use the: python main.py -xgb -odds=betmgm command. I get the following error:
File "C:\Users\Stotle\Documents\NBA ML\NBA-Machine-Learning-Sports-Betting\main.py", line 9, in
any ideas or solutions? Any help is appreciated. Thanks
I think you are trying to load a non existing model:
model = load_model('Models/NN_Models/Trained-Model-ML-1699315388.285516')
Have a look in your Models directory and load a model created there after you trained on new data.
@Scandianis could you please read my topic #412? You helped me alot ty very much
@HyakuzaO - I will have a look.
@Scandianis Many thanks
@Scandianis Can you help me bro please?
See this, https://github.com/kyleskom/NBA-Machine-Learning-Sports-Betting/discussions/355