Details
Description
`GraphImpl.fromExistingRDDs` expects preprocessed vertex RDD as input. We call it in LDA without validating this requirement. So it might introduce errors. Replacing it by `Gpaph.apply` would be safer and more proper because it is a public API.
Attachments
Issue Links
- contains
-
SPARK-12488 LDA describeTopics() Generates Invalid Term IDs
-
- Resolved
-
- is related to
-
SPARK-12363 PowerIterationClustering test case failed if we deprecated KMeans.setRuns
-
- Resolved
-
- is required by
-
SPARK-5572 LDA improvement listing
-
- Resolved
-
- links to