scikit-learn/examples/semi_supervised
Anne Beyer 59335ca673
MNT Deprecate `multiclass_colors` in favour of `label_colors` in `DecisionBoundaryDisplay` (#34092)
2026-06-10 14:19:57 +10:00
..
README.txt
plot_label_propagation_digits.py CLN replace authors with the standard line (#29250) 2024-06-17 17:57:02 +00:00
plot_label_propagation_digits_active_learning.py DOC improve headings in LabelSpreading examples (#30553) 2025-05-06 08:37:46 +00:00
plot_label_propagation_structure.py DOC improve headings in LabelSpreading examples (#30553) 2025-05-06 08:37:46 +00:00
plot_self_training_varying_threshold.py DOC Remove deprecated SVC(probability=True) from examples (#33299) 2026-02-17 14:41:43 +01:00
plot_semi_supervised_newsgroups.py DOC improved plot_semi_supervised_newsgroups.py example (#31104) 2025-08-21 09:48:16 +02:00
plot_semi_supervised_versus_svm_iris.py MNT Deprecate `multiclass_colors` in favour of `label_colors` in `DecisionBoundaryDisplay` (#34092) 2026-06-10 14:19:57 +10:00

README.txt

.. _semi_supervised_examples:

Semi Supervised Classification
------------------------------

Examples concerning the :mod:`sklearn.semi_supervised` module.