Sometimes one might want to load an existing model off disk and make changes to the config before it's initialised.
However, this can be problematic for parts of the config that only take effect at initialisation time (see e.g #447).
As such, this PR will add an additional parameter to CAT.load_model_pack such that the config of a model pack can be amended before the initialisation (i.e before the pipe gets built).
Sometimes one might want to load an existing model off disk and make changes to the config before it's initialised. However, this can be problematic for parts of the config that only take effect at initialisation time (see e.g #447).
As such, this PR will add an additional parameter to
CAT.load_model_pack
such that the config of a model pack can be amended before the initialisation (i.e before the pipe gets built).