"""The :mod:`sklearn.semi_supervised` module implements semi-supervised learningalgorithms. These algorithms utilized small amounts of labeled data and largeamounts of unlabeled data for classification tasks. This module includes LabelPropagation."""from._label_propagationimportLabelPropagation,LabelSpreading__all__=['LabelPropagation','LabelSpreading']