Details
-
New Feature
-
Status: Resolved
-
Major
-
Resolution: Incomplete
-
2.1.0
-
None
Description
Some mllib models support an initialModel to start from and update it incrementally with new data.
From what I understand of OnlineLDAOptimizer, it is possible to incrementally update an existing model with batches of new documents.
I suggest to add an initialModel as a start point for LDA.
Attachments
Issue Links
- is duplicated by
-
SPARK-20767 The training continuation for saved LDA model
- Resolved
- relates to
-
SPARK-11136 Warm-start support for ML estimator
- Resolved
- links to