summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--examples/plot_otda_laplacian.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/plot_otda_laplacian.py b/examples/plot_otda_laplacian.py
index 965380c..67c8f67 100644
--- a/examples/plot_otda_laplacian.py
+++ b/examples/plot_otda_laplacian.py
@@ -1,11 +1,11 @@
# -*- coding: utf-8 -*-
"""
-========================
-OT for domain adaptation
-========================
+======================================================
+OT with Laplacian regularization for domain adaptation
+======================================================
This example introduces a domain adaptation in a 2D setting and OTDA
-approache with Laplacian regularization.
+approach with Laplacian regularization.
"""