exceptions Module
Defines custom exceptions produced by azureml-interpret.
Classes
ConflictingRawTransformationsException |
An exception indicating that both feature map and transformations were incorrectly passed. Initialize a new instance of UserErrorException. |
DimensionMismatchException |
An exception indicating that dimensions of user input data and user's model output don't match. Initialize a new instance of UserErrorException. |
DirectoryExistsException |
An exception indicating that the directory already exists. Initialize a new instance of UserErrorException. |
ExplanationNotFoundException |
An exception indicating that the explanation could not be found. Initialize a new instance of UserErrorException. |
InitDatasetMissingException |
An exception indicating that the initialization dataset is missing. Initialize a new instance of UserErrorException. |
InvalidExplanationException |
An exception indicating that the data type of explanation was unexpected. Initialize a new instance of UserErrorException. |
MissingEvalDataException |
An exception indicating that the evaluation dataset was not passed for the scenario. Initialize a new instance of UserErrorException. |
MissingExplainException |
An exception indicating that the current state is invalid possibly due to a missing explain call. Initialize a new instance of UserErrorException. |
MissingExplanationTypesException |
An exception indicating that the explanation types were not passed. Initialize a new instance of UserErrorException. |
MissingPackageException |
An exception related to a missing Python package required for method. Initialize a new instance of UserErrorException. |
MissingRawTransformationsException |
An exception indicating that the raw feature map was not passed for the scenario. Initialize a new instance of UserErrorException. |
NoExperimentNameOrIdException |
An exception indicating that the run's experiment has no ID or name properties. Initialize a new instance of UserErrorException. |
OptionalDependencyMissingException |
An exception indicating that an optional dependency is missing. |
SamplesExceededException |
An exception indicating that the number of samples exceeded the supported maximum. Initialize a new instance of UserErrorException. |
ScenarioNotSupportedException |
An exception indicating that some scenario is not supported. |
SerializationException |
An exception related to invalid serialized data. Initialize a new instance of UserErrorException. |
UnsupportedModelException |
An exception indicating that the given model is not supported. Initialize a new instance of UserErrorException. |