From cbb4b1f04d90079052d4959734a8081b08671b3f Mon Sep 17 00:00:00 2001 From: Ivar Grytten Date: Thu, 5 Sep 2024 11:39:13 +0200 Subject: [PATCH] minor fix --- climate_health/external/mlflow.py | 1 + 1 file changed, 1 insertion(+) diff --git a/climate_health/external/mlflow.py b/climate_health/external/mlflow.py index 5514804..7701036 100644 --- a/climate_health/external/mlflow.py +++ b/climate_health/external/mlflow.py @@ -27,6 +27,7 @@ def __init__(self, model_path: str, name: str=None, adapters=None, working_dir=" self._model_file_name = Path(model_path).name + ".model" self.is_lagged = True self._data_type = data_type + self._name = name @property def name(self):