callbacks

Module Contents

Functions

log_error_callback

Logs the exception thrown as an error. Will not throw. This is the default behavior for AutoMLSearch.

raise_error_callback

Raises the exception thrown by the AutoMLSearch object. Also logs the exception as an error.

silent_error_callback

No-op.

Attributes Summary

logger

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
evalml.automl.callbacks.raise_error_callback(exception, traceback, automl, **kwargs)[source]

Raises the exception thrown by the AutoMLSearch object. Also logs the exception as an error.

evalml.automl.callbacks.silent_error_callback(exception, traceback, automl, **kwargs)[source]

No-op.