You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
pbellon
changed the title
Attribute inconsistency between HdpModel and LdaModel
Attribute naming inconsistency between HdpModel and LdaModel
Jun 20, 2016
When using
model.show_topics
on these two different models there is an inconsistency between parameters names:LdaModel
we can seenum_topics
,num_words
HdpModel
those attributes are writtentopics
andtopn
.The text was updated successfully, but these errors were encountered: