Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ivargr committed Sep 5, 2024
1 parent 96b0c98 commit cbb4b1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions climate_health/external/mlflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit cbb4b1f

Please sign in to comment.