summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorievred <ievgen.redko@univ-st-etienne.fr>2020-04-15 11:46:36 +0200
committerievred <ievgen.redko@univ-st-etienne.fr>2020-04-15 11:46:36 +0200
commit93ef47c2d408cec7aba46815639b9bede52be92d (patch)
tree86d65acb15609438bf9b2ea9b06e0c15f010b87a /examples
parent37412f59a94e8607fdbd5f7f29434a70ebe18688 (diff)
description example laplacian
Diffstat (limited to 'examples')
-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.
"""