-
-
Notifications
You must be signed in to change notification settings - Fork 25.8k
DOC: use notebook-style for plot_covariance_estimation.py #23150
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: use notebook-style for plot_covariance_estimation.py #23150
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! Overall your changes look great, but I do have a few suggestions for some minor improvements. Please take a look and let me know what you think.
example, the OAS estimate is a bit further away. Interestingly, both | ||
approaches outperform cross-validation, which is significantly most | ||
computationally costly. | ||
|
||
""" | ||
|
||
import numpy as np |
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 think it would be nicer to move all imports to the top of the first cell in which they are used.
Co-authored-by: Jordan Silke <51223540+jsilke@users.noreply.github.com>
Thanks @jsilke! I agree with your suggestions, I have applied them |
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. Thanks again @darioka !
…n#23150) Co-authored-by: Jordan Silke <51223540+jsilke@users.noreply.github.com>
…n#23150) 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
#22406
What does this implement/fix? Explain your changes.
Updates
examples/applications/plot_covariance_estimation.py
Any other comments?
.. note::