-
-
Notifications
You must be signed in to change notification settings - Fork 25.9k
MNT silence spurious FitFailedWarning in test_search_cv #18833
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
MNT silence spurious FitFailedWarning in test_search_cv #18833
Conversation
I think that we can because we would not detect a failure currently. |
I think that we are raising this ourselves in |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It would be fine with me to merge this one
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am okay with this as well.
…#18833) Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
…#18833) Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
Reading the CI logs, there are extremely verbose
FitFailedWarning
triggered by runningtest_search_cv
.I think we should silence them, although I am not 100% sure this could not hide real problems.
Note there are also many
SkipTestWarnings
raised by common tests because of ColumnTransformer that is not default constructible but I am not sure what to do about that one.