-
-
Notifications
You must be signed in to change notification settings - Fork 25.8k
DOC: Fixing notebook-style formatting on plot_segmentation_toy.py #23140
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
Conversation
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.
Thank you for the PR!
Please let me know if there's anything I should revise and/or add.
In the spirit of your request, I have assembled a list of suggestions that I believe will dramatically improve the format of this example. Please review my suggestions and let me know what you think!
Improving clarity of the 4 circles example case Co-authored-by: Jordan Silke <51223540+jsilke@users.noreply.github.com>
Improving clarity of the plotting code Co-authored-by: Jordan Silke <51223540+jsilke@users.noreply.github.com>
Improving clarity and adding explanation to the two circles plotting case Co-authored-by: Jordan Silke <51223540+jsilke@users.noreply.github.com>
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.
Hello! Thank you for your suggestions. I think they make a lot of sense and improve clarity of the notebook. I will implement and commit these changes.
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.
Thank you for considering my suggestions. I think what you have here already looks much better than the original example! There are only a couple more changes I would make to this notebook. Please review my followup comments when you have a chance and let me know what you think.
…updating plotting code
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.
LGTM. Thank you for the many improvements @RenTrieu !
…t-learn#23140) Co-authored-by: Jordan Silke <51223540+jsilke@users.noreply.github.com>
…t-learn#23140) Co-authored-by: Jordan Silke <51223540+jsilke@users.noreply.github.com>
Co-authored-by: Jordan Silke <51223540+jsilke@users.noreply.github.com>
Reference Issues/PRs
Related to issue #22406
What does this implement/fix? Explain your changes.
Fixes notebook style by replacing
# ####
by block splitter# %%
in plot_segmentation_toy.py.Any other comments?
Please let me know if there's anything I should revise and/or add.