alibi_detect.cd.mmd_online
Constants
has_pytorch
has_pytorchhas_pytorch: bool = Truehas_tensorflow
has_tensorflowhas_tensorflow: bool = TrueMMDDriftOnline
MMDDriftOnlineConstructor
MMDDriftOnline(self, x_ref: Union[numpy.ndarray, list], ert: float, window_size: int, backend: str = 'tensorflow', preprocess_fn: Optional[Callable] = None, x_ref_preprocessed: bool = False, kernel: Optional[Callable] = None, sigma: Optional[numpy.ndarray] = None, n_bootstraps: int = 1000, device: Union[typing_extensions.Literal['cuda', 'gpu', 'cpu'], ForwardRef('torch.device'), NoneType] = None, verbose: bool = True, input_shape: Optional[tuple] = None, data_type: Optional[str] = None) -> NoneName
Type
Default
Description
Properties
Property
Type
Description
Methods
get_config
get_configload_state
load_stateName
Type
Default
Description
predict
predictName
Type
Default
Description
reset_state
reset_statesave_state
save_stateName
Type
Default
Description
score
scoreName
Type
Default
Description
Last updated
Was this helpful?

