glintlda icon indicating copy to clipboard operation
glintlda copied to clipboard

Convert API so it complies with MLLib

Open rjagerman opened this issue 8 years ago • 0 comments

The API for computing the LDA model and obtaining the result is different from the standard MLLib implementations (e.g. the online or EM LDA implementations). This can make it difficult to use in practice.

Changing our implementation to comply with the MLLib implementation would improve usability and integration into existing codebases. For example, the code can then be used in MLLib pipelines and corresponding evaluation routines.

rjagerman avatar May 27 '16 10:05 rjagerman