alibi_detect.cd.preprocess
Functions
classifier_uncertainty
classifier_uncertaintyclassifier_uncertainty(x: Union[numpy.ndarray, list], model_fn: Callable, preds_type: str = 'probs', uncertainty_type: str = 'entropy', margin_width: float = 0.1) -> numpy.ndarrayName
Type
Default
Description
regressor_uncertainty
regressor_uncertaintyregressor_uncertainty(x: Union[numpy.ndarray, list], model_fn: Callable, uncertainty_type: str = 'mc_dropout', n_evals: int = 25) -> numpy.ndarrayName
Type
Default
Description
Last updated
Was this helpful?

