Skip to content

Commit f122efa

Browse files
authored
Fix typo in OMP author name.
First author is Stéphane Mallat.
1 parent edcb513 commit f122efa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sklearn/linear_model/omp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ def orthogonal_mp(X, y, n_nonzero_coefs=None, tol=None, precompute=False,
336336
337337
Notes
338338
-----
339-
Orthogonal matching pursuit was introduced in G. Mallat, Z. Zhang,
339+
Orthogonal matching pursuit was introduced in S. Mallat, Z. Zhang,
340340
Matching pursuits with time-frequency dictionaries, IEEE Transactions on
341341
Signal Processing, Vol. 41, No. 12. (December 1993), pp. 3397-3415.
342342
(http://blanche.polytechnique.fr/~mallat/papiers/MallatPursuit93.pdf)

0 commit comments

Comments
 (0)