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 0881e67 commit 4d55a7dCopy full SHA for 4d55a7d
autoPyTorch/api/base_task.py
@@ -1275,7 +1275,7 @@ def _init_ensemble_builder(
1275
1276
"""
1277
if self._logger is None:
1278
- raise ValueError("logger should be initialised to fit ensemble")
+ raise ValueError("logger should be initialized to fit ensemble")
1279
if self.dataset is None:
1280
raise ValueError("ensemble can only be initialised after or during `search()`. "
1281
"Please call the `search()` method of {}.".format(self.__class__.__name__))
0 commit comments