scikit-learn/examples/semi_supervised
Mateusz Sokół cb15a82e64
MAINT: Remove np.in1d and np.trapz usages (#27140)
Co-authored-by: Loïc Estève <loic.esteve@ymail.com>
2023-09-06 17:06:31 +02:00
..
README.txt move around examples for better structure. 2014-07-17 09:35:30 +02:00
plot_label_propagation_digits.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
plot_label_propagation_digits_active_learning.py MAINT: Remove np.in1d and np.trapz usages (#27140) 2023-09-06 17:06:31 +02:00
plot_label_propagation_structure.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
plot_self_training_varying_threshold.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
plot_semi_supervised_newsgroups.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
plot_semi_supervised_versus_svm_iris.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00

README.txt

.. _semi_supervised_examples:

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

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