Skip to content

Commit 56bc2dd

Browse files
committed
Fix message: ml_memory_limit is now memory_limit
1 parent 275d0d6 commit 56bc2dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

autosklearn/automl.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ def _do_dummy_prediction(self, datamanager: XYDataManager, num_run: int) -> int:
427427
self._logger.error(
428428
"Dummy prediction failed with run state %s. "
429429
"The error suggests that the provided memory limits were too tight. Please "
430-
"increase the 'ml_memory_limit' and try again. If this does not solve your "
430+
"increase the 'memory_limit' and try again. If this does not solve your "
431431
"problem, please open an issue and paste the additional output. "
432432
"Additional output: %s.",
433433
str(status), str(additional_info),
@@ -436,7 +436,7 @@ def _do_dummy_prediction(self, datamanager: XYDataManager, num_run: int) -> int:
436436
raise ValueError(
437437
"Dummy prediction failed with run state %s. "
438438
"The error suggests that the provided memory limits were too tight. Please "
439-
"increase the 'ml_memory_limit' and try again. If this does not solve your "
439+
"increase the 'memory_limit' and try again. If this does not solve your "
440440
"problem, please open an issue and paste the additional output. "
441441
"Additional output: %s." %
442442
(str(status), str(additional_info)),

0 commit comments

Comments
 (0)