Skip to content

Commit

Permalink
Fix typo in OMP author name.
Browse files Browse the repository at this point in the history
First author is Stéphane Mallat.
  • Loading branch information
mblondel committed Oct 23, 2016
1 parent edcb513 commit f122efa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sklearn/linear_model/omp.py
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ def orthogonal_mp(X, y, n_nonzero_coefs=None, tol=None, precompute=False,
Notes
-----
Orthogonal matching pursuit was introduced in G. Mallat, Z. Zhang,
Orthogonal matching pursuit was introduced in S. Mallat, Z. Zhang,
Matching pursuits with time-frequency dictionaries, IEEE Transactions on
Signal Processing, Vol. 41, No. 12. (December 1993), pp. 3397-3415.
(http:https://blanche.polytechnique.fr/~mallat/papiers/MallatPursuit93.pdf)
Expand Down

0 comments on commit f122efa

Please sign in to comment.