From cc3da98e58d53e57b0f6c0240b8912970fe365c9 Mon Sep 17 00:00:00 2001 From: RĂ©mi Flamary Date: Mon, 31 Oct 2016 15:37:28 +0100 Subject: v0.1.7 --- ot/da.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ot/da.py') diff --git a/ot/da.py b/ot/da.py index c9b8c7c..3447437 100644 --- a/ot/da.py +++ b/ot/da.py @@ -122,7 +122,7 @@ def sinkhorn_lpl1_mm(a,labels_a, b, M, reg, eta=0.1,numItermax = 10,numInnerIter -class OTDA(): +class OTDA(object): """Class for domain adaptation with optimal transport""" def __init__(self,metric='sqeuclidean'): -- cgit v1.2.3