summaryrefslogtreecommitdiff
path: root/ot/da.py
diff options
context:
space:
mode:
Diffstat (limited to 'ot/da.py')
-rw-r--r--ot/da.py2
1 files changed, 1 insertions, 1 deletions
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'):