scikit-learn/examples/semi_supervised
zempleni e7c710424a
DOC Update plot_label_propagation_structure.py to notebook style (#22726)
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
Co-authored-by: Jérémie du Boisberranger <34657725+jeremiedbb@users.noreply.github.com>
2022-03-22 12:18:46 +01:00
..
README.txt move around examples for better structure. 2014-07-17 09:35:30 +02:00
plot_label_propagation_digits.py Update plot_label_propagation_digits.py (#22725) 2022-03-22 12:17:27 +01:00
plot_label_propagation_digits_active_learning.py MAINT consistent use of `print(__doc__)` in examples (#21307) 2021-10-22 15:33:22 +02:00
plot_label_propagation_structure.py DOC Update plot_label_propagation_structure.py to notebook style (#22726) 2022-03-22 12:18:46 +01:00
plot_self_training_varying_threshold.py MAINT consistent use of `print(__doc__)` in examples (#21307) 2021-10-22 15:33:22 +02:00
plot_semi_supervised_newsgroups.py ENH Improve `plot_semi_supervised_newsgroups.py` example (#21673) 2021-11-23 17:16:03 -05:00
plot_semi_supervised_versus_svm_iris.py MAINT consistent use of `print(__doc__)` in examples (#21307) 2021-10-22 15:33:22 +02:00

README.txt

.. _semi_supervised_examples:

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

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