-
Notifications
You must be signed in to change notification settings - Fork 553
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] RF regression test fails intermittently #1934
Comments
Code below shows lower accuracy for cuml rf regression when
|
For the above code: |
@vishalmehta1991 @vinaydes any idea why this is happening? |
This issue has been labeled |
This issue has been labeled |
The failures for mnmg tests are being tracked on #3820 and CUDA 10.1/10.2 are no longer supported, so will close this issue and any problems we can report them on the linked issue. |
Dask RF regression test fails intermittently.
When tested on CUDA10.1 nightly dev container and the test would fail once or twice every 120 runs. The worst failure that I saw on CUDA 10.1 was when the score was 0.58. This has happened only once. The other failures were within the range of 0.62 to 0.68. The mean of the run is always around 0.70 and the variance in CUDA 10.1 has been around 0.0003.
Also i have not seen it fail in CUDA 10.0. local system but it has failed for CUDA10.0 in the CI
Furthermore, this is failing around 8% of the time with CUDA 10.2, with a few failures between 0.5 and 0.6 and one as low as 0.48
The text was updated successfully, but these errors were encountered: