Navigating Our Tutorial Notebooks
The following notebooks showcase examples of how you can use jarvAIs
for classification, regression, and survival tasks!
All of the notebooks below use clinical data from RADCURE.
The RADCURE dataset was collected clinically for radiation therapy treatment
planning and retrospectively reconstructed for quantitative imaging research.
Accessing the Data
You can find the raw and processed clinical data here.
Data Processing
The following function was used to process the raw data:
Source code in src/jarvais/utils/functional.py
106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 |
|