scikit-learn/examples/semi_supervised
Jérémie du Boisberranger 7b0a162065
MAINT Fix error on np.matrix usage in documentation (#24514)
2022-09-26 18:34:01 +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 moved legend to center (#24379) 2022-09-08 09:51:42 -04: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 MAINT Fix error on np.matrix usage in documentation (#24514) 2022-09-26 18:34:01 +02: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.