Skip to content

Conversation

jonaschn
Copy link
Contributor

@jonaschn jonaschn commented May 13, 2021

LdaMulticore offers a different API compared to LdaModel.
This is unnecessary complex.
Neither the removed batch nor the update_every parameters are documented for LdaMulticore.
However, LdaMulticore inherits update_every from LdaMulticore anyway.

This PR removes the batch parameter and uses the update_every parameter analog to it's usage in LdaModel:
batch=True becomes update_every=0
batch=False becomes update_every=1
New: update_every >= 2 (as used in ldamodel.py)

TODO:

  • check usage of eval_every (should or should not depend on update_every!?)

jonaschn added 2 commits May 13, 2021 19:42
batch=True --> update_every=0
batch=False --> update_every=1
New: update_every >= 2 (as used in ldamodel.py)
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.

1 participant