-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix broken external link for LDA implementation #3190
Conversation
Thanks! I'm not a fan of updating our docs every time someone changes departments though. Can you think of a better way to handle this? Google shows me https://github.com/blei-lab/lda-c . Looks semi-official… maybe we can link to that? |
Thanks for the comment, I fixed the link to be more permanent. |
|
||
+--------------------------------------------------------------------------------------------------------------+-----------+---------+ | ||
| :ref:`sphx_glr_auto_examples_core_run_corpora_and_vector_spaces.py` (``run_corpora_and_vector_spaces.py``) | 00:03.242 | 48.2 MB | | ||
| :ref:`sphx_glr_auto_examples_core_run_corpora_and_vector_spaces.py` (``run_corpora_and_vector_spaces.py``) | 02:36.161 | 40.1 MB | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is weird. From 3 seconds to 2.5 minutes? What happened?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure. I ran the build again on my linux dev machine (the previous one was on MacOS) and the time is more appropriate (5s).
Merged. Thank you @ahaya3776 ! |
The old link was broken since Blei moved from Princeton to Columbia, as mentioned in #3141. It seems there was LDA implementation in C, and I fixed the link.