Commit Graph

21 Commits

Author SHA1 Message Date
rpotter6298 a721e52909 Add new scripts and configurations for model comparison and analysis
- Introduced `poster_model_comparison.py` for generating model comparison figures.
- Added `plot_poster_roc_comparison.py` for creating ROC comparison figures for PAPILA binary classification.
- Created new JSON configuration files for clinical solo models with and without geometry injection.
- Implemented batch dispatch updates in `batch_dispatch.py` to utilize run names from configurations.
- Added analysis scripts: `compare_grid.py`, `inspect_embeddings.py`, and `summarize_run.py` for evaluating model performance and feature embeddings.
- Created experiment configurations for various training scenarios, including warm sweeps and promoting successful runs.
- Added binary ROC comparison and model comparison figures to the results directory.
2026-05-14 13:43:30 +02:00
rpotter6298 e2489a21e7 Remove newtest.item file 2026-04-29 11:24:30 +02:00
rpotter6298 8f63edc83f Add newtest.item file 2026-04-29 11:24:03 +02:00
rpotter6298 9a7eba5832 Remove newtest.item file 2026-04-29 11:23:37 +02:00
rpotter6298 fb211aa209 Add newtest.item file 2026-04-29 11:09:50 +02:00
rpotter6298 af813bbb62 Refactor geometry feature loaders and enhance distributed client status reporting
- Updated GTGeometryLoader to streamline geometry vector computation and caching.
- Introduced UNetGeometryLoader for UNet-derived geometry vectors.
- Added sample collection method in PapilaBundle for better data handling.
- Refined GeometrySegEncoder and ImageEncoder to utilize new sample collection.
- Enhanced distributed client with heartbeat mechanism for improved job tracking.
- Added new configuration files for UNet-derived geometry integration.
2026-04-29 11:05:19 +02:00
rpotter6298 512ebd13b2 Add distributed server implementation and protocol definitions
- Introduced `protocol.py` for shared data models used in server/client communication, including request and response schemas for registration, job submission, and status updates.
- Implemented `server.py` to manage a SQLite job queue and client registry, handling job polling, status updates, and job completion.
- Created a cheat sheet for server usage, detailing commands for starting the server, submitting jobs, and monitoring clients.
- Added several experiment configuration files for various training setups, including geometry vector injections and baseline ensembles.
2026-04-28 08:24:25 +02:00
rpotter6298 4dea45df78 v4 update 2026-04-20 18:01:31 +02:00
rpotter6298 13290575d5 pre-refactor 041426 2026-04-14 19:42:16 +02:00
rpotter6298 eb9eafe715 began work on v3 2026-03-19 16:58:29 +01:00
rpotter6298 786457b30d update 3-19 2026-03-19 11:18:58 +01:00
rpotter6298 7ea85d5426 added better memory caching, multithreaded processing, cleanup scripts dir 2026-03-13 08:08:36 +01:00
rpotter6298 8282461a23 removed accidental upload 2026-03-12 16:20:21 +01:00
rpotter6298 6d0698d0fb reworked iop_corr, added explainability tools and plotting tools, cleanup codebase 2026-03-12 16:12:59 +01:00
rpotter6298 13ad32683f predictions class added 2026-03-04 11:17:10 +01:00
rpotter6298 d36b9508ff logging rework temp save 2026-03-04 09:40:09 +01:00
rpotter6298 080b5999fa added fused classifier head 2026-03-02 06:44:22 +01:00
rpotter6298 fd1452c187 post-restructure 2026-02-26 12:22:47 +01:00
rpotter6298 8980cf5f9b pre-restructure 2026-02-26 06:47:58 +01:00
rpotter6298 17a255daa8 Remove large model artifacts from git tracking 2026-02-24 10:45:18 +01:00
rpotter6298 9894a23f09 moved_repo_first_update 2026-02-24 10:39:48 +01:00