8000 Fix links to Hoffman's onlineldavb code (#10070) · scikit-learn/scikit-learn@abb43c1 · GitHub
[go: up one dir, main page]

Skip to content

Commit abb43c1

Browse files
nzw0301agramfort
authored andcommitted
Fix links to Hoffman's onlineldavb code (#10070)
1 parent 5a820a2 commit abb43c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sklearn/decomposition/online_lda.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
=============================================================
66
77
This implementation is modified from Matthew D. Hoffman's onlineldavb code
8-
Link: http://matthewdhoffman.com/code/onlineldavb.tar
8+
Link: https://github.com/blei-lab/onlineldavb
99
"""
1010

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

0 commit comments

Comments
 (0)
0