Skip to content

Commit

Permalink
LDA inherits object
Browse files Browse the repository at this point in the history
  • Loading branch information
yu-iskw committed Jul 15, 2015
1 parent 28bd165 commit 6855f59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/pyspark/mllib/clustering.py
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,7 @@ def vocabSize(self):
return self.call("vocabSize")


class LDA():
class LDA(object):

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

0 comments on commit 6855f59

Please sign in to comment.