alibi_detect.cd.model_uncertainty
Constants
logger
loggerlogger: logging.Logger = <Logger alibi_detect.cd.model_uncertainty (WARNING)>ClassifierUncertaintyDrift
ClassifierUncertaintyDriftConstructor
ClassifierUncertaintyDrift(self, x_ref: Union[numpy.ndarray, list], model: Callable, p_val: float = 0.05, x_ref_preprocessed: bool = False, backend: Optional[str] = None, update_x_ref: Optional[Dict[str, int]] = None, preds_type: str = 'probs', uncertainty_type: str = 'entropy', margin_width: float = 0.1, batch_size: int = 32, preprocess_batch_fn: Optional[Callable] = None, device: Union[typing_extensions.Literal['cuda', 'gpu', 'cpu'], ForwardRef('torch.device'), NoneType] = None, tokenizer: Optional[Callable] = None, max_len: Optional[int] = None, input_shape: Optional[tuple] = None, data_type: Optional[str] = None) -> NoneName
Type
Default
Description
Methods
predict
predictName
Type
Default
Description
RegressorUncertaintyDrift
RegressorUncertaintyDriftConstructor
Name
Type
Default
Description
Methods
predict
predictName
Type
Default
Description
Last updated
Was this helpful?

