alibi_detect.exceptions
This module defines the Alibi Detect exception hierarchy and common exceptions used across the library.
AlibiDetectException
AlibiDetectExceptionInherits from: Exception, BaseException, ABC
Constructor
AlibiDetectException(self, message: str) -> NoneName
Type
Default
Description
message
str
The error message.
NotFittedError
NotFittedErrorInherits from: AlibiDetectException, Exception, BaseException, ABC
Constructor
NotFittedError(self, object_name: str) -> NoneName
Type
Default
Description
object_name
str
The name of the unfit object.
ThresholdNotInferredError
ThresholdNotInferredErrorInherits from: AlibiDetectException, Exception, BaseException, ABC
Constructor
ThresholdNotInferredError(self, object_name: str) -> NoneName
Type
Default
Description
object_name
str
The name of the object that does not have a threshold fit.
Last updated
Was this helpful?

