summaryrefslogtreecommitdiff
path: root/ot
diff options
context:
space:
mode:
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