Skip to content

DOC improve headings in LabelSpreading examples #30553

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
May 6, 2025
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
========================================
Label Propagation digits active learning
========================================
=========================================
Label Propagation digits: Active learning
=========================================

Demonstrates an active learning technique to learn handwritten digits
using label propagation.
Expand Down
6 changes: 3 additions & 3 deletions examples/semi_supervised/plot_label_propagation_structure.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
==============================================
Label Propagation learning a complex structure
==============================================
=======================================================
Label Propagation circles: Learning a complex structure
=======================================================

Example of LabelPropagation learning a complex internal structure
to demonstrate "manifold learning". The outer circle should be
Expand Down