Skip to content
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

[REVIEW] reenable lightgbm test with a lower (1%) proba accuracy threshold #2799

Merged
merged 3 commits into from
Sep 9, 2020

Conversation

levsnv
Copy link
Contributor

@levsnv levsnv commented Sep 4, 2020

as explained by @hcho3 , lightgbm uses float64 in thresholds. FIL rounds them to float32, which slightly (and unpredictably) alters the predictions.
Since the tests are deterministic, it takes a code [version] change to change the conditions and trigger the discrepancy.
By lowering the proba (not prediction!) accuracy threshold to 1%, we can pass the test until FIL adds float64 threshold support.
This should be a realistic requirement, especially given that the discrepancy shrinks with a more realistic number of input columns, as less information is derived from the exact value of each.

@levsnv levsnv requested a review from a team as a code owner September 4, 2020 21:57
@GPUtester
Copy link
Contributor

Please update the changelog in order to start CI tests.

View the gpuCI docs here.

@levsnv levsnv requested a review from hcho3 September 4, 2020 21:58
@levsnv levsnv changed the title reenable lightgbm test with a lower (1%) proba accuracy threshold [REVIEW] reenable lightgbm test with a lower (1%) proba accuracy threshold Sep 4, 2020
@dantegd dantegd merged commit 80a86b7 into rapidsai:branch-0.16 Sep 9, 2020
@levsnv levsnv deleted the reenable-lightgbm-test branch April 18, 2021 05:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants