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)
- The function "fold" apply to predict the topic distribution of new document P(z|new_d).
- Speed up for gibbs sampling.