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 cbb4b1f commit 588f412
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions climate_health/external/mlflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ def __init__(self, model_path: str, name: str=None, adapters=None, working_dir="
@property
def name(self):
return self._name

def __call__(self):
return self

def train(self, train_data: DataSet, extra_args=None):

Expand Down

0 comments on commit 588f412

Please sign in to comment.