zhengruifeng opened a new pull request #32533:
URL: https://github.com/apache/spark/pull/32533


   ### What changes were proposed in this pull request?
   remove the check of `summary.logLikelihood` in  ml/clustering.py 
   
   
   ### Why are the changes needed?
   1, this GMM test is quite Flaky, it tend to fail if:
   - change number of partitions;
   - just change the way to compute the sum of weights;
   - change the underlying BLAS impl
   
   2, for now, just disable it, we need to use another test in the future.
   
   
   ### Does this PR introduce _any_ user-facing change?
   No
   
   
   ### How was this patch tested?
   remaining testsuites
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to