alibi_detect.utils.warnings

This module defines custom warnings and exceptions used across the Alibi Detect library.

Functions

deprecated_alias

deprecated_alias(aliases: str) -> Callable

Function decorator to warn about deprecated kwargs (and replace them).

Returns

  • Type: Callable

Last updated

Was this helpful?