scikit-learn/examples/semi_supervised
Thomas J. Fan d4aad64b1e
MNT Update to black 22.3.0 to resolve click error (#22983)
* MNT Update to black 22.3.0 to resolve click error

* STY Update for new black version
2022-03-29 12:04:41 +02: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 MNT Update to black 22.3.0 to resolve click error (#22983) 2022-03-29 12:04:41 +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.