alibi_detect.utils.missing_optional_dependency
Constants
err_msg_template
err_msg_templateerr_msg_template: string.Template = <string.Template object at 0x10266e1f0>ERROR_TYPES
ERROR_TYPESERROR_TYPES: dict = {'prophet': 'prophet', 'tensorflow_probability': 'tensorflow', 'tensorflow': ...MissingDependency
MissingDependencyConstructor
MissingDependency(self, object_name: str, err: Union[ModuleNotFoundError, ImportError], missing_dependency: str = 'all')Name
Type
Default
Description
Properties
Property
Type
Description
Functions
import_optional
import_optionalName
Type
Default
Description
Last updated
Was this helpful?

