From a65ff1bfe33fa8a9200d2899c74b7ce582bf8761 Mon Sep 17 00:00:00 2001 From: RĂ©mi Flamary Date: Fri, 4 Nov 2016 13:32:41 +0100 Subject: working --- ot/da.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'ot/da.py') diff --git a/ot/da.py b/ot/da.py index 90b96ba..fb40782 100644 --- a/ot/da.py +++ b/ot/da.py @@ -617,8 +617,7 @@ class OTDA_lpl1(OTDA): def fit(self,xs,ys,xt,reg=1,eta=1,ws=None,wt=None,**kwargs): - """ Fit regularized domain adaptation between samples is xs and xt (with optional weights), - See ot.da.sinkhorn_lpl1_mm for fit parameters"""" + """ Fit regularized domain adaptation between samples is xs and xt (with optional weights), See ot.da.sinkhorn_lpl1_mm for fit parameters""" self.xs=xs self.xt=xt -- cgit v1.2.3