nannyml.exceptions module

Custom exceptions.

exception nannyml.exceptions.CalculatorException[source]

Bases: BaseException

An exception indicating an error occurred during (drift) calculation.

exception nannyml.exceptions.CalculatorNotFittedException[source]

Bases: CalculatorException

An exception indicating a calculator was not fitted before using it in calculations.

exception nannyml.exceptions.ChunkerException[source]

Bases: BaseException

An exception indicating an error occurred somewhere during chunking.

exception nannyml.exceptions.IOException[source]

Bases: BaseException

An exception indicating something went wrong during IO.

exception nannyml.exceptions.InvalidArgumentsException[source]

Bases: BaseException

An exception indicating that the inputs for a function are invalid.

exception nannyml.exceptions.InvalidReferenceDataException[source]

Bases: BaseException

An exception indicating the reference data provided are invalid.

exception nannyml.exceptions.MissingMetadataException[source]

Bases: BaseException

An exception indicating metadata columns are missing from the dataframe being processed.

exception nannyml.exceptions.NotFittedException[source]

Bases: BaseException

An exception indicating an object was not fitted before using it.

exception nannyml.exceptions.ReaderException[source]

Bases: BaseException

An exception indicating something went wrong whilst trying to read out data.

exception nannyml.exceptions.WriterException[source]

Bases: BaseException

An exception indicating something went wrong whilst trying to write out results.