From 2b375f263ef88100b0321c8ef1b3605dfbb95b3d Mon Sep 17 00:00:00 2001 From: RĂ©mi Flamary Date: Wed, 30 May 2018 10:34:48 +0200 Subject: update notebooks --- examples/plot_otda_linear_mapping.py | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'examples/plot_otda_linear_mapping.py') diff --git a/examples/plot_otda_linear_mapping.py b/examples/plot_otda_linear_mapping.py index 7a3b761..c65bd4f 100644 --- a/examples/plot_otda_linear_mapping.py +++ b/examples/plot_otda_linear_mapping.py @@ -1,11 +1,17 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- """ -Created on Tue Mar 20 14:31:15 2018 +============================ +Linear OT mapping estimation +============================ + -@author: rflamary """ +# Author: Remi Flamary +# +# License: MIT License + import numpy as np import pylab as pl import ot -- cgit v1.2.3