tempor.exc package

Module contents

Package directory with custom exceptions for TemporAI.

exception tempor.exc.DataValidationException[source]

Bases: ValueError

Exception raised when TemporAI-specific data format validation fails.

exception tempor.exc.UnsupportedSetupException[source]

Bases: RuntimeError

Raise this exception when an TemporAI estimator (model) encounters an unsupported situation, e.g. incompatible data format.