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 5ab2ca6 commit 39f6bfcCopy full SHA for 39f6bfc
autoPyTorch/evaluation/abstract_evaluator.py
@@ -560,7 +560,7 @@ def _init_datamanager_info(
560
self.splits = datamanager.splits
561
if self.splits is None:
562
raise AttributeError(f"create_splits on {datamanager.__class__.__name__} must be called "
563
- f"before the instantiation of {self.__class__.__name__}")
+ f"before the instantiation of {self.__class__.__name__}")
564
565
# delete datamanager from memory
566
del datamanager
0 commit comments