scikit-learn/examples/semi_supervised
Patrice Becker 2f6af711b0
FEA Add Self Training Estimator (#11682)
Co-authored-by: Oliver Rausch <oliverrausch@users.noreply.github.com>
Co-authored-by: Patrice Becker <patricelbecker@gmail.com>
Co-authored-by: Roman Yurchak <rth.yurchak@gmail.com>
2020-11-20 19:49:08 +01:00
..
README.txt move around examples for better structure. 2014-07-17 09:35:30 +02:00
plot_label_propagation_digits.py CLN Uses public API instead of deprecated modules in examples (#15390) 2019-10-29 10:59:02 +08:00
plot_label_propagation_digits_active_learning.py CLN Uses public API instead of deprecated modules in examples (#15390) 2019-10-29 10:59:02 +08:00
plot_label_propagation_structure.py CLN Uses public API instead of deprecated modules in examples (#15390) 2019-10-29 10:59:02 +08:00
plot_self_training_varying_threshold.py FEA Add Self Training Estimator (#11682) 2020-11-20 19:49:08 +01:00
plot_semi_supervised_newsgroups.py FEA Add Self Training Estimator (#11682) 2020-11-20 19:49:08 +01:00
plot_semi_supervised_versus_svm_iris.py FEA Add Self Training Estimator (#11682) 2020-11-20 19:49:08 +01:00

README.txt

.. _semi_supervised_examples:

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

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