Skip to content

Commit 4694813

Browse files
committed
Merge pull request scikit-learn#6384 from yenchenlin1994/fix-broken-link-in-sparse-example
[MRG] Fix broken link of Wainwright's paper (fixes scikit-learn#6383)
2 parents ffafc80 + 2d8eb00 commit 4694813

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/linear_model/plot_sparse_recovery.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
number of samples, the number of features, the conditioning of the
1616
design matrix on the signal subspace, the amount of noise, and the
1717
absolute value of the smallest non-zero coefficient [Wainwright2006]
18-
(http://statistics.berkeley.edu/tech-reports/709.pdf).
18+
(http://statistics.berkeley.edu/sites/default/files/tech-reports/709.pdf).
1919
2020
Here we keep all parameters constant and vary the conditioning of the
2121
design matrix. For a well-conditioned design matrix (small mutual

0 commit comments

Comments
 (0)