Is there a way to save and reuse a model of latend dirichlet allocation?

Hi,

I am trying to do some real time "text classification" using the paralell lda node. I want to train the lda, on a large document table (for example all recieved Whattsapp messages), to extract topics 1-n. Then reuse its model (distibution, words and weights) for a classification of new unseen messages. For my project it is mandatory to use the same 1-n topics built by using the same extracted words, and weights and so on.

Many of the other Cluster-, and Classification nodes provide some possibility to save this information as, model, PMML or simply clustercentres. So is there any way to accomplish this?

I would really love to get some Input from you

Regards,

simmmers

Hi Simmers,

saving and loading the model in order to apply it to a different data set is unfortunately not possible with the LDA Topic Extractor node.

Cheers, Kilian

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.