timeseria.exceptions

Exceptions.

Exceptions

ConsistencyException

Rasied when the internal consistency is broken.

FloatConversionError

Raised to group the various exceptions that can lead to the impossibility of converting a value to a floating point.

NoDataException

Raised if a storage get() function finds no data at all.

NonContiguityError

Raised when the model only supports being applied on data contiguous with the fit data and it is not.

NotFittedError

Raised when trying to save, apply or evaluate a model that requires fitting first.