lda-ruby icon indicating copy to clipboard operation
lda-ruby copied to clipboard

classify document to topic

Open lksv opened this issue 8 years ago • 1 comments

At first, thanks for this gem.

By this gem I can create a topics (categories). That is perfect! Is there a way how to classify document by the created topic? What would you suggest?

lksv avatar Aug 23 '16 08:08 lksv

Sure, the method #compute_topic_document_probability in the Lda class returns a matrix of documents x topics with the average log probability. I'd start there and then build a classifier, which may just be setting a threshold value that you tweak until you get acceptable results.

ealdent avatar Aug 24 '16 15:08 ealdent