Exceptions#

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

NotEvaluatedError

Exception class to raise if evaluator is used before having evaluated any metric.

NotFittedError

Exception class to raise if estimator is used before fitting.

FitFailedWarning

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