Skip to content

Commit

Permalink
Improve explanation of top_chain_var parameter in Dynamic Topic Model…
Browse files Browse the repository at this point in the history
… (DTM) documentation

* improve & corrected gensim documentation (piskvorky#2637)

* more descriptive explanation of top_chain_var
  • Loading branch information
joelowj authored and mpenkov committed Nov 3, 2019
1 parent ee61691 commit 44ea793
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions gensim/models/wrappers/dtmmodel.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,10 @@ def __init__(self, dtm_path, corpus=None, time_slices=None, mode='fit', model='d
Max em optimization iterations in LDA.
alpha : int, optional
Hyperparameter that affects sparsity of the document-topics for the LDA models in each timeslice.
top_chain_var : int, optional
Hyperparameter that affects.
top_chain_var : float, optional
This hyperparameter controls one of the key aspect of topic evolution which is the speed at which
these topics evolve. A smaller top_chain_var leads to similar word distributions over multiple timeslice.
rng_seed : int, optional
Random seed.
initialize_lda : bool, optional
Expand Down

0 comments on commit 44ea793

Please sign in to comment.