Github user srowen commented on a diff in the pull request:
https://github.com/apache/spark/pull/14524#discussion_r74700243
--- Diff: python/pyspark/mllib/clustering.py ---
@@ -140,7 +140,7 @@ class BisectingKMeans(object):
@classmethod
@since('2.0.0')
- def train(self, rdd, k=4, maxIterations=20,
minDivisibleClusterSize=1.0, seed=-1888008604):
+ def train(self, rdd, k=4, maxIterations=20,
minDivisibleClusterSize=1.0, seed=None):
--- End diff --
This was the only non-test instance I could see where Pyspark sets a seed
to anything but None.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]