Streaming classification#
Learn how to classify data streams incrementally, one instance at a time.
See also
Classification assigns a discrete label to each instance as it arrives, updating the model incrementally rather than retraining from scratch. These tutorials walk through training and evaluating classifiers on data streams, covering the built-in learners, evaluation procedures, and how to plug in your own models.