8000 [MRG + 1] Fix joblib error in LatentDirichletAllocation (#6258) by chyikwei · Pull Request #6324 · scikit-learn/scikit-learn · GitHub
[go: up one dir, main page]

Skip to content

[MRG + 1] Fix joblib error in LatentDirichletAllocation (#6258) #6324

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

Merged
merged 1 commit into from
Feb 10, 2016

Conversation

chyikwei
Copy link
Contributor
@chyikwei chyikwei commented Feb 9, 2016

The joblib error in #6258 is caused by parallel parameter not passed to _e_step when we evaluate perplexity.

This PR fixed it and set evaluate_every=1 in test_lda_multi_jobs test to make sure it works.

@amueller
Copy link
Member
amueller commented Feb 9, 2016

LGTM if travis passes

@amueller amueller changed the title Fix joblib error in LatentDirichletAllocation (#6258) [MRG + 1] Fix joblib error in LatentDirichletAllocation (#6258) Feb 9, 2016
@ogrisel ogrisel added this to the 0.17.1 milestone Feb 10, 2016
@ogrisel
Copy link
Member
ogrisel commented Feb 10, 2016

LGTM as well. Will add an what's new entry and backport to 0.17.X branch.

ogrisel added a commit that referenced this pull request Feb 10, 2016
[MRG + 1] Fix joblib error in LatentDirichletAllocation (#6258)
@ogrisel ogrisel merged commit 268af69 into scikit-learn:master Feb 10, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants
0