8000 DOC improve headings in LabelSpreading examples (#30553) · scikit-learn/scikit-learn@17c84a8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 17c84a8

Browse files
DOC improve headings in LabelSpreading examples (#30553)
Co-authored-by: adrinjalali <adrin.jalali@gmail.com>
1 parent 7cf4e42 commit 17c84a8

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

examples/semi_supervised/plot_label_propagation_digits_active_learning.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
2-
========================================
3-
Label Propagation digits active learning
4-
========================================
2+
=========================================
3+
Label Propagation digits: Active learning
4+
=========================================
55
66
Demonstrates an active learning technique to learn handwritten digits
77
using label propagation.

examples/semi_supervised/plot_label_propagation_structure.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
2-
==============================================
3-
Label Propagation learning a complex structure
4-
==============================================
2+
=======================================================
3+
Label Propagation circles: Learning a complex structure
4+
=======================================================
55
66
Example of LabelPropagation learning a complex internal structure
77
to demonstrate "manifold learning". The outer circle should be

0 commit comments

Comments
 (0)
0