Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit eefcb11

Browse filesBrowse files
DOC add link to plot_lw_vs_oas example in docstrings (#30577)
1 parent 28c0067 commit eefcb11
Copy full SHA for eefcb11

File tree

1 file changed

+4
-2
lines changed
Filter options

1 file changed

+4
-2
lines changed

‎sklearn/covariance/_shrunk_covariance.py

Copy file name to clipboardExpand all lines: sklearn/covariance/_shrunk_covariance.py
+4-2Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -565,7 +565,8 @@ class LedoitWolf(EmpiricalCovariance):
565565
array([ 0.0595... , -0.0075...])
566566
567567
See also :ref:`sphx_glr_auto_examples_covariance_plot_covariance_estimation.py`
568-
for a more detailed example.
568+
and :ref:`sphx_glr_auto_examples_covariance_plot_lw_vs_oas.py`
569+
for more detailed examples.
569570
"""
570571

571572
_parameter_constraints: dict = {
@@ -785,7 +786,8 @@ class OAS(EmpiricalCovariance):
785786
np.float64(0.0195...)
786787
787788
See also :ref:`sphx_glr_auto_examples_covariance_plot_covariance_estimation.py`
788-
for a more detailed example.
789+
and :ref:`sphx_glr_auto_examples_covariance_plot_lw_vs_oas.py`
790+
for more detailed examples.
789791
"""
790792

791793
@_fit_context(prefer_skip_nested_validation=True)

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.