API Reference — scikit-learn 1.1.3 documentation sklearn.semi_supervised: Semi-Supervised Learning¶ The sklearn.semi_supervised module implements semi-supervised learning algorithms. These algorithms utilize small amounts of labeled data and large amounts of unlabeled data for classification tasks. This module includes Label Propagation. User guide: See the Semi-supervised learning section ...