We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I merged #20192 #20193 too quickly and now we have random failure in check_complex_data for OutputCodeClassifier in the main branch.
check_complex_data
OutputCodeClassifier
The ValueError is not always raised for complex data for this estimator. It seems to be more frequent on Windows but can also happen on Linux...
ValueError
The text was updated successfully, but these errors were encountered:
Example failure:
https://dev.azure.com/scikit-learn/scikit-learn/_build/results?buildId=29157&view=logs&j=49f70b07-9eec-54da-4186-5a4fa38d566e&t=4acaf5ee-4b96-54ff-292e-f87053ca41e5
Sorry, something went wrong.
Actually OutputCodeClassifier was changed earlier in #20193 and I found occurrences of failures in main after that merge and before #20192 was merged.
main
Successfully merging a pull request may close this issue.
I merged
#20192#20193 too quickly and now we have random failure incheck_complex_data
forOutputCodeClassifier
in the main branch.The
ValueError
is not always raised for complex data for this estimator. It seems to be more frequent on Windows but can also happen on Linux...The text was updated successfully, but these errors were encountered: