We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28c0067 commit eefcb11Copy full SHA for eefcb11
sklearn/covariance/_shrunk_covariance.py
@@ -565,7 +565,8 @@ class LedoitWolf(EmpiricalCovariance):
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.
+ and :ref:`sphx_glr_auto_examples_covariance_plot_lw_vs_oas.py`
569
+ for more detailed examples.
570
"""
571
572
_parameter_constraints: dict = {
@@ -785,7 +786,8 @@ class OAS(EmpiricalCovariance):
785
786
np.float64(0.0195...)
787
788
789
790
791
792
793
@_fit_context(prefer_skip_nested_validation=True)
0 commit comments