Diabetic Patient Readmission
Setup
1. Create and activate virtual environment
source .venv/bin/activateYou should see (.venv) appear at the start of your terminal prompt.
2. Install dependencies
pip install -r requirements.txt
3. Run the project
jupyter nbconvert --execute src/main.ipynb