# Streaming regression

Learn how to predict continuous targets from data streams incrementally.

* [Getting started with regression](getting_started.md)
* [Evaluating regressors in CapyMOA](evaluation.md)

# See also

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

Regression predicts a continuous value for each instance as it arrives, with the model
updated incrementally as new data is observed. These tutorials cover training and
evaluating regressors on data streams, including the built-in learners and how to
integrate your own.
