Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 345 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 345 Bytes

pancreatic_cancer

This codebase illustrates how to use CLMBR and MOTOR on real data for one-year risk predections for pancreatic cancer.

Run the following scripts in order:

  1. create_labels.py
  2. create_features.py
  3. train_baselines.py
  4. train_fm.py

The notebook analyze_results.ipynb allows you to analyze the results of that analysis.