# Streaming semi-supervised learning

Learn how to learn from data streams where only some instances are labelled.

* [Semi-supervised Learning](ssl_example.md)

# See also

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

Semi-supervised learning combines a small amount of labelled data with a larger stream
of unlabelled data to improve model performance. These tutorials cover training and
evaluating semi-supervised learners on data streams, including the built-in methods
and how to integrate your own.
