Scandianis

Results 6 comments of Scandianis

Not sure if this is relevant, but I had an issue with Passport in version 0.6.0. passport.authenticate removed id_token from request session object - with 0.5.3 the id_token was not...

This is working for me: ![image](https://github.com/kyleskom/NBA-Machine-Learning-Sports-Betting/assets/23011769/da51b811-2c1c-46f3-868d-03b6c33f78f2)

I am having the same issue for another python program now. However, using supervisor (http://supervisord.org/) - with supervisorctl controlling the program, it was working fine with this supervisord.conf file: [supervisord]...

Making for another. Using Nginx reverse proxy to Python Flask and just noticed it is working with running Nginx in debug mode: sudo systemctl start nginx-debug Regarding Supervisor - also...

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...

@HyakuzaO - I will have a look.