Predicting diabetes diagnosis from demographic and health data
- python 3.12
- uv package manager
The install script will install uv, verify/update your version of python, and install package requirements.
git clone [email protected]:coforma/kaggle-diabetes-prediction.git
cd kaggle-diabetes-prediction
bash install.sh-
install uv
macOS/Linux:
curl -LsSf https://astral.sh/uv/install.sh | shverify the installation
uv --version
-
install python 3.12
uv python install 3.12
-
clone the repo
git clone [email protected]:coforma/kaggle-diabetes-prediction.git cd kaggle-diabetes-prediction
-
install dependencies
uv sync
kaggle-diabetes-prediction/
├── pyproject.toml # Project configuration and dependencies
├── .venv/ # Virtual environment (auto generated)
├── core/ # Source code
├── resources/ # Input data and resources
├── notebooks/ # Notebooks
├── submissions/ # Kaggle submission files
└── README.md # This file