Skip to content

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

4 changes: 4 additions & 0 deletions doc/modules/outlier_detection.rst
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,10 @@ This strategy is illustrated below.
(:class:`covariance.MinCovDet`) of location and covariance to
assess the degree of outlyingness of an observation.

* See :ref:`sphx_glr_auto_examples_applications_plot_outlier_detection_wine.py`
for an example of robust covariance estimation on a real data set.


.. rubric:: References

* Rousseeuw, P.J., Van Driessen, K. "A fast algorithm for the minimum
Expand Down