From 62038ceb9476b8e91cbecd6b550d065eb116cbf6 Mon Sep 17 00:00:00 2001 From: LMZimmer <50441716+LMZimmer@users.noreply.github.com> Date: Fri, 12 Dec 2025 11:29:26 +0100 Subject: [PATCH 1/2] Include PredictGBM --- profile/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/profile/README.md b/profile/README.md index 1a4a34d..e014298 100644 --- a/profile/README.md +++ b/profile/README.md @@ -63,6 +63,7 @@ Whether you're a radiologist, researcher, data scientist, or clinician, **BLS** | [`PeTu`](https://github.com/BrainLesion/PeTu) | Pediatric tumor segmentation with 3D nnU-Net models | | [`deep_quality_estimation`](https://github.com/BrainLesion/deep_quality_estimation) | Predicts segmentation quality with DL-based human surrogate models | | [`panoptica`](https://github.com/BrainLesion/panoptica) | Instance-level segmentation evaluation framework | +| [`PredictGBM`](https://github.com/BrainLesion/PredictGBM) | Glioma growth modeling evaluation framework | | [`tutorials`](https://github.com/BrainLesion/tutorials) | End-to-end pipelines and example notebooks for common use cases | --- From ef2c56de3f9c62fac87ec6f0973d24b9799d9168 Mon Sep 17 00:00:00 2001 From: LMZimmer <50441716+LMZimmer@users.noreply.github.com> Date: Fri, 12 Dec 2025 11:30:54 +0100 Subject: [PATCH 2/2] Include PredictGBM --- profile/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profile/README.md b/profile/README.md index e014298..9d15688 100644 --- a/profile/README.md +++ b/profile/README.md @@ -63,7 +63,7 @@ Whether you're a radiologist, researcher, data scientist, or clinician, **BLS** | [`PeTu`](https://github.com/BrainLesion/PeTu) | Pediatric tumor segmentation with 3D nnU-Net models | | [`deep_quality_estimation`](https://github.com/BrainLesion/deep_quality_estimation) | Predicts segmentation quality with DL-based human surrogate models | | [`panoptica`](https://github.com/BrainLesion/panoptica) | Instance-level segmentation evaluation framework | -| [`PredictGBM`](https://github.com/BrainLesion/PredictGBM) | Glioma growth modeling evaluation framework | +| [`PredictGBM`](https://github.com/BrainLesion/PredictGBM) | Glioma growth model evaluation framework | | [`tutorials`](https://github.com/BrainLesion/tutorials) | End-to-end pipelines and example notebooks for common use cases | ---