Description
LDA has received numerous updates in 1.5, including:
- OnlineLDAOptimizer:
- Asymmetric document-topic priors
- Document-topic hyperparameter optimization
- LocalLDAModel
- predict
- logPerplexity / logLikelihood
- DistributedLDAModel:
- topDocumentsPerTopic
- topTopicsPerDoc
- Save/load
It is important to note that OnlineLDAOptimizer=>LocalLDAModel and EMLDAOptimizer=>DistributedLDAModel now support different features. The user guide should document these differences.
Attachments
Issue Links
- is related to
-
SPARK-5989 Model import/export for LDAModel
- Resolved
-
SPARK-5572 LDA improvement listing
- Resolved
- is required by
-
SPARK-9668 ML 1.5 QA: Docs: Check for new APIs
- Resolved
- links to