-
-
Notifications
You must be signed in to change notification settings - Fork 25.8k
test_ridge_regression_vstacked_X is not stable #23014
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
Comments
Yes, locally on my machine. |
|
But for me, it fails in |
Really weird, I restarted the run and now it passes. I didn't find any anything non deterministic in test_ridge_regression_vstacked_X. Is it possible that Ridge(solver="sag") is not completely deterministic even on fixed random_state ? |
I got an error on
It should not be the case, so there seems to be a bug. |
If |
https://dev.azure.com/scikit-learn/scikit-learn/_build/results?buildId=40346&view=logs&jobId=97641769-79fb-5590-9088-a30ce9b850b9&j=97641769-79fb-5590-9088-a30ce9b850b9&t=4745baa1-36b5-56c8-9a8e-6480742db1a6
introduced in #22910.
@lorentzenchr was it tested on "all" random seeds ? (
SKLEARN_TESTS_GLOBAL_RANDOM_SEED=all
)The text was updated successfully, but these errors were encountered: