Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix unit test failure
  • Loading branch information
zjffdu committed Nov 28, 2016
commit 11e5d8ebae5e0031e912941edd56bbe5a06a4f08
1 change: 1 addition & 0 deletions python/pyspark/ml/clustering.py
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,7 @@ def summary(self):
return KMeansSummary(self._call_java("summary"))


@ignore_unicode_prefix
class KMeansSummary(JavaWrapper):
"""
Summary of KMeans.
Expand Down