-
-
Notifications
You must be signed in to change notification settings - Fork 25.8k
DOC fix random_state in example for reproducibility cont'd #27238
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
DOC fix random_state in example for reproducibility cont'd #27238
Conversation
Changes to the first image of the Before ![]() After ![]() |
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
I check all images and everything is fine. |
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
Cool. Merging this one. |
Thanks to both you and @adrinjalali for the reviews! I learned a lot :) |
…arn#27238) Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
…arn#27238) Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
Reference Issues/PRs
Fixes a part of #17568. This PR together with #27153 contains all the files necessary to close the issue.
What does this implement/fix? Explain your changes.
This PR introduces minor changes in three files:
examples/applications/plot_stock_market.py
examples/manifold/plot_compare_methods.py
examples/manifold/plot_manifold_sphere.py
examples/miscellaneous/plot_kernel_approximation.py
examples/svm/plot_rbf_parameters.py
Most of the changes are minor. Just one image has a noticeable difference when the seed is introduced, both images are posted in the first comment of this PR to be reviewed. All the other images maintain the visual impression.
One file was found to not exist any more, and several were marked as completed in #17568 (comment) as the randomness was already removed.
Any other comments?
@glemaitre @adrinjalali please take a look 👋