> For the complete documentation index, see [llms.txt](https://docs.seldon.ai/alibi-detect/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.seldon.ai/alibi-detect/api-reference/utils/warnings.md).

# alibi\_detect.utils.warnings

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

## Functions

### `deprecated_alias`

```python
deprecated_alias(aliases: str) -> Callable
```

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

**Returns**

* Type: `Callable`
