-
-
Notifications
You must be signed in to change notification settings - Fork 25.8k
Doc add plot outlier detection wine to docs #29237
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 add plot outlier detection wine to docs #29237
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.
Otherwise LGTM.
doc/modules/outlier_detection.rst
Outdated
* See :ref:`sphx_glr_auto_examples_applications_plot_outlier_detection_wine.py` for an example of robust covariance estimation | ||
on a real data set. |
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.
Could you please wrap the line to <88 characters?
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.
By wrap to <88 do you mean reduce the number of characters to 87 or move everything onto the same line?
Co-authored-by: Adrin Jalali <adrin.jalali@gmail.com>
Build is failing because:
Try adding another newline after the bullet list and see if it fixes the issue. |
Added extra line
Made a change now, let me know if its sorted it |
The CI still fails. Try merging with latest main, and play around till the issue is fixed and ping me then :) |
@adrinjalali I think this can be merged now, right? |
Thanks for the reminder @marenwestermann , and thanks for the PR @nbrown-ScottLogic |
Co-authored-by: Adrin Jalali <adrin.jalali@gmail.com>
Co-authored-by: Adrin Jalali <adrin.jalali@gmail.com>
Co-authored-by: Adrin Jalali <adrin.jalali@gmail.com>
Reference Issues/PRs
Issue #26927
What does this implement/fix? Explain your changes.
This PR adds an example of robust covariance estimation for use in outlier detection
Related Example files:
plot_outlier_detection_wine.py