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

Adjust margin of logistic regression log_proba pytest to avoid false positive failures #6188

Merged
merged 1 commit into from
Dec 19, 2024

Conversation

dantegd
Copy link
Member

@dantegd dantegd commented Dec 17, 2024

Not infrequently in CI we see errors in the comparison of Logistic Regression's log_proba arrays when compared to sklearn while the probabilities are within margin, this PR adjusts the margin to avoid that false positive failure.

@dantegd dantegd requested a review from a team as a code owner December 17, 2024 20:33
@dantegd dantegd requested review from teju85 and cjnolet December 17, 2024 20:33
@github-actions github-actions bot added the Cython / Python Cython or Python issue label Dec 17, 2024
@dantegd dantegd added bug Something isn't working non-breaking Non-breaking change and removed Cython / Python Cython or Python issue labels Dec 17, 2024
@dantegd
Copy link
Member Author

dantegd commented Dec 19, 2024

/merge

@rapids-bot rapids-bot bot merged commit 0563a85 into rapidsai:branch-25.02 Dec 19, 2024
64 of 65 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working non-breaking Non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants