We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64537e0 commit 2e9b848Copy full SHA for 2e9b848
sklearn/covariance/_robust_covariance.py
@@ -633,6 +633,10 @@ class MinCovDet(EmpiricalCovariance):
633
location_ : ndarray of shape (n_features,)
634
Estimated robust location.
635
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
+
640
covariance_ : ndarray of shape (n_features, n_features)
641
Estimated robust covariance matrix.
642
0 commit comments