# Streaming anomaly detection

Learn how to identify anomalous instances in data streams as they arrive.

* [Anomaly Detection](anomaly_detection.md)

# See also

- [`capymoa.anomaly`](../../api/modules/capymoa.anomaly.md#module-capymoa.anomaly)

Anomaly detection flags instances that deviate from the normal pattern of the stream,
typically without relying on labelled anomalies for training. These tutorials cover
training and evaluating anomaly detectors on data streams, including the built-in
detectors and how to integrate your own.
