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

    https://github.com/apache/spark/pull/6087#discussion_r30216666
  
    --- Diff: python/pyspark/mllib/clustering.py ---
    @@ -166,12 +166,39 @@ class GaussianMixtureModel(object):
         True
         >>> labels[3]==labels[4]
         True
    +    >>> clusterdata_3 = sc.parallelize([[-5.1971], [-2.5359], [-3.8220],
    --- End diff --
    
    The data here is different from clusterdata_2 and we can not reshape it, 
but I can truncate to shorten this. 


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