Doc add plot outlier detection wine to docs#29237
Doc add plot outlier detection wine to docs#29237adrinjalali merged 9 commits intoscikit-learn:mainfrom
Conversation
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.
Could you please wrap the line to <88 characters?
There was a problem hiding this comment.
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