nba-prediction icon indicating copy to clipboard operation
nba-prediction copied to clipboard

A project to deploy an online app that predicts the win probability for each NBA game every day. Demonstrates end-to-end Machine Learning deployment.

Results 3 nba-prediction issues
Sort by recently updated
recently updated
newest added

I tried to streamlit run the streamlit_app.py but got the following error: Exception: Set environment variable HOPSWORKS_API_KEY Traceback: File "PATH\nba-prediction\.venv\Lib\site-packages\streamlit\runtime\scriptrunner\script_runner.py", line 535, in _run_script exec(code, module.__dict__) File "PATH\nba-prediction\src\streamlit_app.py", line 46,...

I like your end to end AI project- all the components are there for a complete AI system. Can you draw your high level design for the architecture of this...

File "/home/vscode/.local/lib/python3.11/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 600, in _run_script exec(code, module.__dict__) File "/workspaces/nba-prediction/src/streamlit_app.py", line 49, in raise Exception('Set environment variable HOPSWORKS_API_KEY') love your work but forked it and having issues