We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 888a7db commit 89d6d35Copy full SHA for 89d6d35
autoPyTorch/api/base_task.py
@@ -634,7 +634,6 @@ def _load_best_individual_model(self) -> SingleBest:
634
backend=self._backend,
635
)
636
637
-
638
return ensemble
639
640
def _cleanup(self) -> None:
@@ -1277,7 +1276,7 @@ def _search(
1277
1276
self.ensemble_.identifiers_
1278
1279
1280
+
1281
self._cleanup()
1282
1283
return self
0 commit comments