predictor_api_client.common package

Submodules

predictor_api_client.common.exceptions module

exception predictor_api_client.common.exceptions.NoFeatureValuesForPredictionError[source]

Bases: Exception

Raised when no feature data provided for prediction

exception predictor_api_client.common.exceptions.NoModelIdentifierForPredictionError[source]

Bases: Exception

Raised when no model identifier is provided for prediction

exception predictor_api_client.common.exceptions.UnsupportedFeatureLabelsForPredictionError[source]

Bases: Exception

Raised when unsupported feature labels are provided for prediction

exception predictor_api_client.common.exceptions.UnsupportedFeatureValuesForPredictionError[source]

Bases: Exception

Raised when unsupported feature data are provided for prediction

exception predictor_api_client.common.exceptions.UnsupportedModelIdentifierForPredictionError[source]

Bases: Exception

Raised when unsupported model identifier is provided for prediction

predictor_api_client.common.logging module

predictor_api_client.common.logging.get_client_logger(config)[source]

Gets the client logger

Module contents