Skip to content

Commit 2e9b848

Browse files
Doc add link plot robust vs empirical covariance examples (scikit-learn#31511)
Co-authored-by: Stefanie Senger <91849487+StefanieSenger@users.noreply.github.com>
1 parent 64537e0 commit 2e9b848

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

sklearn/covariance/_robust_covariance.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -633,6 +633,10 @@ class MinCovDet(EmpiricalCovariance):
633633
location_ : ndarray of shape (n_features,)
634634
Estimated robust location.
635635
636+
For an example of comparing raw robust estimates with
637+
the true location and covariance, refer to
638+
:ref:`sphx_glr_auto_examples_covariance_plot_robust_vs_empirical_covariance.py`.
639+
636640
covariance_ : ndarray of shape (n_features, n_features)
637641
Estimated robust covariance matrix.
638642

0 commit comments

Comments
 (0)