Skip to content

Ignore warnings caused by sklearn/scipy incompatibility.#7735

Merged
gforsyth merged 2 commits intorapidsai:mainfrom
csadorf:ci/fix-7733
Jan 29, 2026
Merged

Ignore warnings caused by sklearn/scipy incompatibility.#7735
gforsyth merged 2 commits intorapidsai:mainfrom
csadorf:ci/fix-7733

Conversation

@csadorf
Copy link
Copy Markdown
Contributor

@csadorf csadorf commented Jan 28, 2026

Adds @pytest.mark.filterwarnings decorators to 4 LogisticRegression tests that use sklearn as a reference implementation.

Fixes #7733

@csadorf csadorf requested a review from a team as a code owner January 28, 2026 21:17
@csadorf csadorf requested a review from divyegala January 28, 2026 21:17
@github-actions github-actions Bot added the Cython / Python Cython or Python issue label Jan 28, 2026
@csadorf csadorf added improvement Improvement / enhancement to an existing function non-breaking Non-breaking change labels Jan 28, 2026
Comment thread python/cuml/tests/test_linear_model.py Outdated
@dantegd
Copy link
Copy Markdown
Member

dantegd commented Jan 28, 2026

/merge

@gforsyth gforsyth merged commit 0dc399f into rapidsai:main Jan 29, 2026
97 of 102 checks passed
@csadorf csadorf deleted the ci/fix-7733 branch January 29, 2026 15:39
dantegd added a commit to dantegd/cuml that referenced this pull request Feb 17, 2026
Adds `@pytest.mark.filterwarnings` decorators to 4 LogisticRegression
tests that use sklearn as a reference implementation.

Fixes rapidsai#7733
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Cython / Python Cython or Python issue improvement Improvement / enhancement to an existing function non-breaking Non-breaking change

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[CI] SciPy 1.17.0 L-BFGS-B Deprecation Warning in LogisticRegression Tests

5 participants