Github user holdenk commented on a diff in the pull request:

    https://github.com/apache/spark/pull/13291#discussion_r64699369
  
    --- Diff: python/pyspark/ml/clustering.py ---
    @@ -380,11 +395,11 @@ class BisectingKMeans(JavaEstimator, HasFeaturesCol, 
HasPredictionCol, HasMaxIte
         .. versionadded:: 2.0.0
         """
     
    -    k = Param(Params._dummy(), "k", "number of clusters to create",
    +    k = Param(Params._dummy(), "k", "The desired number of leaf clusters. 
Must be > 1.",
    --- End diff --
    
    Do we also maybe want to copy the full text here since we are updating it 
anyways? "The actual number could be smaller if there are no divisible leaf 
clusters."


---
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]

Reply via email to