Skip to content

Navigation Menu

Sign in
Appearance settings

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 e78fce4

Browse filesBrowse files
DOC Add link to plot_sparse_cov example (#31278)
Co-authored-by: Stefanie Senger <91849487+StefanieSenger@users.noreply.github.com>
1 parent ed9bcc7 commit e78fce4
Copy full SHA for e78fce4

File tree

1 file changed

+5
-0
lines changed
Filter options

1 file changed

+5
-0
lines changed

‎sklearn/covariance/_graph_lasso.py

Copy file name to clipboardExpand all lines: sklearn/covariance/_graph_lasso.py
+5Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -893,6 +893,11 @@ class GraphicalLassoCV(BaseGraphicalLasso):
893893
[0.017, 0.036, 0.094, 0.69 ]])
894894
>>> np.around(cov.location_, decimals=3)
895895
array([0.073, 0.04 , 0.038, 0.143])
896+
897+
For an example comparing :class:`sklearn.covariance.GraphicalLassoCV`,
898+
:func:`sklearn.covariance.ledoit_wolf` shrinkage and the empirical covariance
899+
on high-dimensional gaussian data, see
900+
:ref:`sphx_glr_auto_examples_covariance_plot_sparse_cov.py`.
896901
"""
897902

898903
_parameter_constraints: dict = {

0 commit comments

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