Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 753 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 753 Bytes

Pancreatic Cancer Prediction

This repository contains the source code, data, and results for a machine learning pipeline to predict pancreatic cancer using demographic, plasma, and urinary biomarker data.

Directory Structure

  • data/: Contains raw and preprocessed data.
  • figures/: Stores generated figures.
  • results/: Contains saved models and predictions.
  • report/: PDF version of the final report.
  • src/: Source codes (Python files and Jupyter notebooks).

Requirements

The project was developed using Python 3.9. To replicate the environment, use the provided environment.yaml file:

conda env create -f environment.yaml
conda activate pancreatic-cancer-prediction

License

See LICENSE for details.