Uh oh!
There was an error while loading. Please reload this page.
[SPARK-35392][ML][PYTHON] Fix flaky tests in ml/clustering.py and ml/feature.py - #32533
[SPARK-35392][ML][PYTHON] Fix flaky tests in ml/clustering.py and ml/feature.py #32533zhengruifeng wants to merge 3 commits into
Conversation
zhengruifeng
commented
May 13, 2021
SparkQA
commented
May 13, 2021
Test build #138498 has finished for PR 32533 at commit
|
SparkQA
commented
May 13, 2021
Kubernetes integration test starting |
SparkQA
commented
May 13, 2021
Kubernetes integration test status failure |
HyukjinKwon
commented
May 13, 2021
@zhengruifeng would you mind fixing: too? feel free to change the JIRA. I think we can just fix it like: |
SparkQA
commented
May 13, 2021
Test build #138510 has finished for PR 32533 at commit
|
SparkQA
commented
May 13, 2021
Kubernetes integration test starting |
SparkQA
commented
May 13, 2021
Kubernetes integration test status failure |
HyukjinKwon
commented
May 13, 2021
Merged to master. |
HyukjinKwon
commented
May 13, 2021
Thanks @zhengruifeng for fixing this! |
dongjoon-hyun
commented
May 13, 2021
Yes, one stone for two birds! Nice! |
What changes were proposed in this pull request?
This PR removes the check of
summary.logLikelihoodin ml/clustering.py - this GMM test is quite flaky. It fails easily e.g., if:Also uses more permissive precision on
Word2Vectest case.Why are the changes needed?
To recover the build and tests.
Does this PR introduce any user-facing change?
No
How was this patch tested?
Existing test cases.