This is the GitHub page corresponding to the paper "A Deep Learning Model to Predict Glioma Recurrence Using Integrated Genomic and Clinical Data" (Patricoski-Chavez et al.)
python -m venv lunar_venv
source lunar_venv/bin/activate
pip install --upgrade pip setuptools wheel
pip install torch==2.5.1 torchvision==0.20.1 torchaudio==2.5.1 --index-url https://download.pytorch.org/whl/cu121
pip install pandas==2.3.0 numpy==1.26.3 scipy==1.13.1 scikit-learn==1.6.1 xgboost==2.1.4 matplotlib==3.9.4 shap==0.48.0
pip install notebook ipykernel ipywidgets