Skip to content

Commit

Permalink
improve & corrected gensim documentation (piskvorky#2637)
Browse files Browse the repository at this point in the history
  • Loading branch information
joelowj committed Oct 24, 2019
1 parent bcee414 commit bc79574
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gensim/models/wrappers/dtmmodel.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ 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
Hyperparameter that determines how similar topics would be over multiple timeslice.
rng_seed : int, optional
Random seed.
initialize_lda : bool, optional
Expand Down

0 comments on commit bc79574

Please sign in to comment.