Skip to content
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

[MRG] Docs: Update Hoffman paper link for Online LDA #2897

Merged
merged 2 commits into from
Jul 26, 2020

Conversation

xh2
Copy link
Contributor

@xh2 xh2 commented Jul 24, 2020

The current link to Hoffman's paper is outdated and results in this page:
image

Updating to his papers page as per the link on his website.

If the actual paper's link is desired, it will be this link: http://papers.nips.cc/paper/3902-online-learning-for-latent-dirichlet-allocation.pdf

@gojomo
Copy link
Collaborator

gojomo commented Jul 25, 2020

The test failure in one of the Windows runs is unrelated to the change - maybe some instability/over-specificity in that LDA test? So no reason this shouldn't be merged ASAP.

@piskvorky
Copy link
Owner

piskvorky commented Jul 26, 2020

I reran that test, but actually flake8 (code style check) is failing too, with "line too long":

https://travis-ci.org/github/RaRe-Technologies/gensim/jobs/711476287#L604

@xh2 can you split that line in two? Then we're good to merge.

@piskvorky piskvorky changed the title Docs: Update Hoffman paper link [MRG] Docs: Update Hoffman paper link for Online LDA Jul 26, 2020
gensim/models/ldamodel.py Outdated Show resolved Hide resolved
@xh2
Copy link
Contributor Author

xh2 commented Jul 26, 2020

This time the build failure is unrelated to the change. Seems to be connection error with Visdom. This can now be merged?

@piskvorky
Copy link
Owner

piskvorky commented Jul 26, 2020

Right. I created a separate ticket for that, #2898.

Merging here – thanks for your improvements @xh2 !

@piskvorky piskvorky merged commit 344c4ab into piskvorky:develop Jul 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants