Predictive-Model-Advance Setup Create a virtual environment (Python 3.9+) python3 -m venv .venv source .venv/bin/activate Install dependencies pip install -r requirements.txt Run the notebook python -m pip install jupyter jupyter lab