From f2eab51ff4b0c5104f34267a2dbd6c820a580594 Mon Sep 17 00:00:00 2001 From: quandanrepo <45804868+quandanrepo@users.noreply.github.com> Date: Sat, 19 Aug 2023 14:01:13 +0100 Subject: [PATCH] Update training.py --- model_data/simulation_system/training.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/model_data/simulation_system/training.py b/model_data/simulation_system/training.py index 0656b427..2050bda0 100644 --- a/model_data/simulation_system/training.py +++ b/model_data/simulation_system/training.py @@ -127,7 +127,7 @@ def training( logger.info("--- Optimising model for deployment ---") deployment_model_path = model.optimise_model_for_deployment(deployment_path= output_base / DEPLOYMENT_FOLDER) - logger.info("Optimised version of best model can be found at: {deployment_model_path}") + logger.info(f"Optimised version of best model can be found at: {deployment_model_path}") # TODO: Need a model registry - for now have this as a CSV # Save this in the model directory