8000 DOC fix link to "Matching pursuits with time-frequency dictionaries" … · scikit-learn/scikit-learn@b67b621 · GitHub
[go: up one dir, main page]

Skip to content

Commit b67b621

Browse files
authored
DOC fix link to "Matching pursuits with time-frequency dictionaries" article (#23652)
1 parent 1907e6b commit b67b621

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sklearn/linear_model/_omp.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ def orthogonal_mp(
361361
Orthogonal matching pursuit was introduced in S. Mallat, Z. Zhang,
362362
Matching pursuits with time-frequency dictionaries, IEEE Transactions on
363363
Signal Processing, Vol. 41, No. 12. (December 1993), pp. 3397-3415.
364-
(http://blanche.polytechnique.fr/~mallat/papiers/MallatPursuit93.pdf)
364+
(https://www.di.ens.fr/~mallat/papiers/MallatPursuit93.pdf)
365365
366366
This implementation is based on Rubinstein, R., Zibulevsky, M. and Elad,
367367
M., Efficient Implementation of the K-SVD Algorithm using Batch Orthogonal
@@ -515,7 +515,7 @@ def orthogonal_mp_gram(
515515
Orthogonal matching pursuit was introduced in G. Mallat, Z. Zhang,
516516
Matching pursuits with time-frequency dictionaries, IEEE Transactions on
517517
Signal Processing, Vol. 41, No. 12. (December 1993), pp. 3397-3415.
518-
(http://blanche.polytechnique.fr/~mallat/papiers/MallatPursuit93.pdf)
518+
(https://www.di.ens.fr/~mallat/papiers/MallatPursuit93.pdf)
519519
520520
This implementation is based on Rubinstein, R., Zibulevsky, M. and Elad,
521521
M., Efficient Implementation of the K-SVD Algorithm using Batch Orthogonal
@@ -670,7 +670,7 @@ class OrthogonalMatchingPursuit(MultiOutputMixin, RegressorMixin, LinearModel):
670670
Orthogonal matching pursuit was introduced in G. Mallat, Z. Zhang,
671671
Matching pursuits with time-frequency dictionaries, IEEE Transactions on
672672
Signal Processing, Vol. 41, No. 12. (December 1993), pp. 3397-3415.
673-
(http://blanche.polytechnique.fr/~mallat/papiers/MallatPursuit93.pdf)
673+
(https://www.di.ens.fr/~mallat/papiers/MallatPursuit93.pdf)
674674
675675
This implementation is based on Rubinstein, R., Zibulevsky, M. and Elad,
676676
M., Efficient Implementation of the K-SVD Algorithm using Batch Orthogonal

0 commit comments

Comments
 (0)
0