# Streaming automated machine learning

Learn how to automatically select and tune models for data streams.

* [Automated machine learning](automl.md)

# See also

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

Automated machine learning searches over models and hyperparameters as the stream
arrives, adapting the choice of learner without manual intervention. These tutorials
cover running and evaluating AutoML on data streams, including the built-in search
strategies and how to integrate your own.
