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 3526652 commit fc624f3Copy full SHA for fc624f3
sklearn/covariance/_shrunk_covariance.py
@@ -563,6 +563,9 @@ class LedoitWolf(EmpiricalCovariance):
563
[0.1616..., 0.8022...]])
564
>>> cov.location_
565
array([ 0.0595... , -0.0075...])
566
+
567
+ See also :ref:`sphx_glr_auto_examples_covariance_plot_covariance_estimation.py`
568
+ for a more detailed example.
569
"""
570
571
_parameter_constraints: dict = {
@@ -780,6 +783,9 @@ class OAS(EmpiricalCovariance):
780
783
[-1.2431..., 3.3889...]])
781
784
>>> oas.shrinkage_
782
785
np.float64(0.0195...)
786
787
788
789
790
791
@_fit_context(prefer_skip_nested_validation=True)
0 commit comments