
    h$,f                     ,    d Z ddlmZmZ ddlmZ g dZy)z
The :mod:`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.
   )LabelPropagationLabelSpreading)SelfTrainingClassifier)r   r   r   N)__doc___label_propagationr   r   _self_trainingr   __all__     @lib/python3.12/site-packages/sklearn/semi_supervised/__init__.py<module>r      s    A 2
Jr   