maho3 / ltu-ili

Robust ML in Astro
https://ltu-ili.readthedocs.io/en/latest/
45 stars 9 forks source link

Add functionality to load sbi train/val splits from file #136

Open maho3 opened 9 months ago

maho3 commented 9 months ago

Following from #129 , we have forced train/val splits to be the same for training of all posteriors in the ensemble. However, we use random assignment to specify these splits, whereas we could easily load them from file. This might be a desired feature for advanced users, or those wanting to compare many ensemble configurations.