Skip to content

Commit

Permalink
Fix links to Hoffman's onlineldavb code (#10070)
Browse files Browse the repository at this point in the history
  • Loading branch information
nzw0301 authored and agramfort committed Nov 5, 2017
1 parent 5a820a2 commit abb43c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sklearn/decomposition/online_lda.py
Expand Up @@ -5,7 +5,7 @@
=============================================================
This implementation is modified from Matthew D. Hoffman's onlineldavb code
Link: http://matthewdhoffman.com/code/onlineldavb.tar
Link: https://github.com/blei-lab/onlineldavb
"""

# Author: Chyi-Kwei Yau
Expand Down Expand Up @@ -257,7 +257,7 @@ class LatentDirichletAllocation(BaseEstimator, TransformerMixin):
Chong Wang, John Paisley, 2013
[3] Matthew D. Hoffman's onlineldavb code. Link:
http://matthewdhoffman.com//code/onlineldavb.tar
https://github.com/blei-lab/onlineldavb
"""

Expand Down

0 comments on commit abb43c1

Please sign in to comment.