Skip to content

Commit

Permalink
load models after restore (#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
pplonski committed Sep 14, 2020
1 parent 94df8e9 commit 20c645a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions supervised/base_automl.py
Original file line number Diff line number Diff line change
Expand Up @@ -553,6 +553,7 @@ def _fit(self, X, y):
"This model has already been fitted. You can use predict methods or select a new 'results_path' for a new 'fit()'."
)
return
self._check_can_load()

self.verbose_print(f"AutoML directory: {self._results_path}")
self.verbose_print(
Expand Down

0 comments on commit 20c645a

Please sign in to comment.