Exceptions#

The aeon.exceptions module contains classes for exceptions and warnings.

Custom exceptions and warnings.

NotEvaluatedError

NotEvaluatedError.

NotFittedError

Exception class to raise if estimator is used before fitting.

FitFailedWarning

Warning class used if there is an error while fitting the estimator.