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
plot_label_propagation_digits_active_learning.py
plot_label_propagation_structure.py
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.