Skip to content

coforma/kaggle-diabetes-prediction

Repository files navigation

kaggle-diabetes-prediction

Predicting diabetes diagnosis from demographic and health data

Project Setup Guide

Prerequisites

  • python 3.12
  • uv package manager

Quick Setup

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

Manual Setup

  1. install uv

    macOS/Linux:

    curl -LsSf https://astral.sh/uv/install.sh | sh

    verify the installation

    uv --version
  2. install python 3.12

    uv python install 3.12
  3. clone the repo

    git clone [email protected]:coforma/kaggle-diabetes-prediction.git
    cd kaggle-diabetes-prediction
  4. install dependencies

    uv sync

Project Structure

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

About

Predicting diabetes diagnosis from demographic and health data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published