Aarhus-Psychiatry-Research/psycop-common

feat: write config to mlflow as artifact

Closed this issue · 1 comments

  • Cross-validation -> Find best model -> New training with same params on train/test split
    • Supported by loading .cfg from cross-validation, getting the relevant modules, and then re-fitting with SplitTrainer
    • ACTION: Write config to disk as .cfg (Implementation outside the trainer? Logger? Disksaver?)

Action: Write config to mlflow as artifact (easier reloading)