summaryrefslogtreecommitdiff
path: root/ot
diff options
context:
space:
mode:
authorRémi Flamary <remi.flamary@gmail.com>2016-11-04 13:32:41 +0100
committerRémi Flamary <remi.flamary@gmail.com>2016-11-04 13:32:41 +0100
commita65ff1bfe33fa8a9200d2899c74b7ce582bf8761 (patch)
treec224faa287fb10ca598240feb58f8c3559ef7fc5 /ot
parentf5e9a1336af4959fcf4fee0dddd6257cc5cfa064 (diff)
working
Diffstat (limited to 'ot')
-rw-r--r--ot/da.py3
1 files changed, 1 insertions, 2 deletions
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