maho3 / ltu-ili

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

Separate data and training config files #35

Closed maho3 closed 1 year ago

maho3 commented 1 year ago

Currently, we specify the configuration of our data loaders and our inference engines in the same configuration files (e.g. sample_quijoteTPCF_config.yaml. However, it would be best if these configurations were separated, so we can toy with just the parameters of the data or the modeling separately (e.g. if we want to turn on/off different summaries, data cuts, etc).

The goal here is to modify how we load inference config files and separate the protocol into loading a data config and a modeling config file separately.