ExceptionsΒΆ

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

Custom exceptions and warnings.

NotEvaluatedError(*args, **kwargs)

NotEvaluatedError.

NotFittedError(*args, **kwargs)

Exception class to raise if estimator is used before fitting.

FitFailedWarning(*args, **kwargs)

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