- Introduced `fused_importance_with_axial.py` to evaluate the importance of Axial_Length in the fused-head model.
- Created JSON configurations for various experiments excluding zero-importance clinical features:
- `cd_solo_bilateral_dropzero.json`: Bilateral clinical-only evaluation.
- `cd_solo_single_dropzero.json`: Single-eye clinical-only evaluation.
- `ensemble_refugelike_ckpt_dropzero.json`: Ensemble model with dropped zero-importance features.
- `ensemble_single_refugelike_dropzero.json`: Single-eye ensemble model with dropped features.
- 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.