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

Attribute naming inconsistency between HdpModel and LdaModel #747

Closed
pbellon opened this issue Jun 20, 2016 · 1 comment
Closed

Attribute naming inconsistency between HdpModel and LdaModel #747

pbellon opened this issue Jun 20, 2016 · 1 comment
Assignees
Labels
difficulty easy Easy issue: required small fix documentation Current issue related to documentation

Comments

@pbellon
Copy link

pbellon commented Jun 20, 2016

When using model.show_topics on these two different models there is an inconsistency between parameters names:

  • In LdaModel we can see num_topics, num_words
  • where in HdpModel those attributes are written topics and topn.
@pbellon pbellon changed the title Attribute inconsistency between HdpModel and LdaModel Attribute naming inconsistency between HdpModel and LdaModel Jun 20, 2016
@tmylk tmylk added documentation Current issue related to documentation difficulty easy Easy issue: required small fix labels Jun 21, 2016
@tmylk
Copy link
Contributor

tmylk commented Jun 28, 2016

Fixed in #755

@tmylk tmylk closed this as completed Jun 28, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
difficulty easy Easy issue: required small fix documentation Current issue related to documentation
Projects
None yet
Development

No branches or pull requests

2 participants