[GitHub] spark pull request #19372: [SPARK-22156][MLLIB] Fix update equation of learn...

2017-10-07 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/19372 --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org

[GitHub] spark pull request #19372: [SPARK-22156][MLLIB] Fix update equation of learn...

2017-10-03 Thread nzw0301
Github user nzw0301 commented on a diff in the pull request: https://github.com/apache/spark/pull/19372#discussion_r142332793 --- Diff: mllib/src/main/scala/org/apache/spark/mllib/feature/Word2Vec.scala --- @@ -368,11 +371,12 @@ class Word2Vec extends Serializable with Logging {

[GitHub] spark pull request #19372: [SPARK-22156][MLLIB] Fix update equation of learn...

2017-10-03 Thread srowen
Github user srowen commented on a diff in the pull request: https://github.com/apache/spark/pull/19372#discussion_r142328125 --- Diff: mllib/src/main/scala/org/apache/spark/mllib/feature/Word2Vec.scala --- @@ -368,11 +371,12 @@ class Word2Vec extends Serializable with Logging {

[GitHub] spark pull request #19372: [SPARK-22156][MLLIB] Fix update equation of learn...

2017-09-28 Thread nzw0301
Github user nzw0301 commented on a diff in the pull request: https://github.com/apache/spark/pull/19372#discussion_r141609260 --- Diff: mllib/src/main/scala/org/apache/spark/mllib/feature/Word2Vec.scala --- @@ -368,9 +368,9 @@ class Word2Vec extends Serializable with Logging {

[GitHub] spark pull request #19372: [SPARK-22156][MLLIB] Fix update equation of learn...

2017-09-28 Thread LowikC
Github user LowikC commented on a diff in the pull request: https://github.com/apache/spark/pull/19372#discussion_r141607418 --- Diff: mllib/src/main/scala/org/apache/spark/mllib/feature/Word2Vec.scala --- @@ -368,9 +368,9 @@ class Word2Vec extends Serializable with Logging {