Skip to content

Commit 6855f59

Browse files
committed
LDA inherits object
1 parent 28bd165 commit 6855f59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/pyspark/mllib/clustering.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,7 @@ def vocabSize(self):
602602
return self.call("vocabSize")
603603

604604

605-
class LDA():
605+
class LDA(object):
606606

607607
@classmethod
608608
def train(cls, rdd, k=10, maxIterations=20, docConcentration=-1.0,

0 commit comments

Comments
 (0)