nannyml.exceptions module
Custom exceptions.
- exception nannyml.exceptions.CalculatorException[source]
Bases:
NannyMLException
An exception indicating an error occurred during 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:
NannyMLException
An exception indicating an error occurred somewhere during chunking.
- exception nannyml.exceptions.DeserializeException[source]
Bases:
NannyMLException
An exception occurring when deserialization some object went wrong.
- exception nannyml.exceptions.EstimatorException[source]
Bases:
NannyMLException
An exception indicating an error occurred during estimation.
- exception nannyml.exceptions.IOException[source]
Bases:
NannyMLException
An exception indicating something went wrong during IO.
- exception nannyml.exceptions.InvalidArgumentsException[source]
Bases:
NannyMLException
An exception indicating that the inputs for a function are invalid.
- exception nannyml.exceptions.InvalidReferenceDataException[source]
Bases:
NannyMLException
An exception indicating the reference data provided are invalid.
- exception nannyml.exceptions.MissingMetadataException[source]
Bases:
NannyMLException
An exception indicating metadata columns are missing from the dataframe being processed.
- exception nannyml.exceptions.NannyMLException[source]
Bases:
Exception
Base class for all NannyML exceptions.
- exception nannyml.exceptions.NotFittedException[source]
Bases:
NannyMLException
An exception indicating an object was not fitted before using it.
- exception nannyml.exceptions.ReaderException[source]
Bases:
NannyMLException
An exception indicating something went wrong whilst trying to read out data.
- exception nannyml.exceptions.SerializeException[source]
Bases:
NannyMLException
An exception occurring when serialization some object went wrong.
- exception nannyml.exceptions.StoreException[source]
Bases:
NannyMLException
An exception indicating something went wrong whilst using a store.
- exception nannyml.exceptions.ThresholdException[source]
Bases:
NannyMLException
An exception occurring during threshold creation or calculation.
- exception nannyml.exceptions.WriterException[source]
Bases:
NannyMLException
An exception indicating something went wrong whilst trying to write out results.