autoprognosis.hooks.base module

class Hooks

Bases: object

AutoML hooks interface.

- cancel

True/False if to stop the current AutoML search.

- heartbeat

Metrics/logs sink from the AutoML search

abstract cancel() bool
abstract finish() None
abstract heartbeat(topic: str, subtopic: str, event_type: str, **kwargs: Any) None