diff --git a/scripts/libraries/ml/ml/model.py b/scripts/libraries/ml/ml/model.py index b015d3295..b551708ee 100644 --- a/scripts/libraries/ml/ml/model.py +++ b/scripts/libraries/ml/ml/model.py @@ -16,6 +16,7 @@ class Model: if isinstance(retobj, tuple): labels, self.model = retobj return labels, self + self.model = retobj return self def __str__(self):