Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 289 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 289 Bytes

LabeledLDA

Labeled LDA in Python

The code is implemented by Shuyo (https://github.com/shuyo/iir/blob/master/lda/llda.py)

New Features (different from ver.Shuyo)

  1. The function "fold" apply to predict the topic distribution of new document P(z|new_d).
  2. Speed up for gibbs sampling.