callbacks¶
Module Contents¶
Functions¶
Logs the exception thrown as an error. Will not throw. This is the default behavior for AutoMLSearch. |
|
Raises the exception thrown by the AutoMLSearch object. Also logs the exception as an error. |
|
No-op. |
Contents¶
-
evalml.automl.callbacks.
log_error_callback
(exception, traceback, automl, **kwargs)[source]¶ Logs the exception thrown as an error. Will not throw. This is the default behavior for AutoMLSearch.
-
evalml.automl.callbacks.
logger
¶