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

    https://github.com/apache/spark/pull/6087#discussion_r30265311
  
    --- Diff: python/pyspark/mllib/clustering.py ---
    @@ -208,13 +236,23 @@ class GaussianMixture(object):
         :param convergenceTol:  Threshold value to check the convergence 
criteria. Defaults to 1e-3
         :param maxIterations:   Number of iterations. Default to 100
         :param seed:            Random Seed
    +    :param initialModel:    The initial GMM starting point
    --- End diff --
    
    Could this please say "GaussianMixtureModel" to be very clear?
    ```GaussianMixtureModel for initializing learning```


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