Streaming regression#

Learn how to predict continuous targets from data streams incrementally.

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.