From 93ef47c2d408cec7aba46815639b9bede52be92d Mon Sep 17 00:00:00 2001 From: ievred Date: Wed, 15 Apr 2020 11:46:36 +0200 Subject: description example laplacian --- examples/plot_otda_laplacian.py | 8 ++++---- 1 file 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. """ -- cgit v1.2.3