[GitHub] spark pull request #17461: [SPARK-20082][ml][WIP] LDA incremental model lear...

2017-04-11 Thread hhbyyh
Github user hhbyyh commented on a diff in the pull request: https://github.com/apache/spark/pull/17461#discussion_r110827869 --- Diff: mllib/src/main/scala/org/apache/spark/mllib/clustering/LDA.scala --- @@ -315,6 +315,27 @@ class LDA private ( this } +

[GitHub] spark pull request #17461: [SPARK-20082][ml][WIP] LDA incremental model lear...

2017-03-28 Thread mdespriee
GitHub user mdespriee opened a pull request: https://github.com/apache/spark/pull/17461 [SPARK-20082][ml][WIP] LDA incremental model learning ## What changes were proposed in this pull request? This PR implements an initialModel parameter for LDA. (Right now, only