Github user mengxr commented on the pull request:
https://github.com/apache/spark/pull/3833#issuecomment-72565507
Merged into master. Thanks for contributing MLOR! I created
https://issues.apache.org/jira/browse/SPARK-5537 for the user guide and
assigned to you.
---
If your project
Github user asfgit closed the pull request at:
https://github.com/apache/spark/pull/3833
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enab
Github user AmplabJenkins commented on the pull request:
https://github.com/apache/spark/pull/3833#issuecomment-72564212
Test PASSed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/26
Github user SparkQA commented on the pull request:
https://github.com/apache/spark/pull/3833#issuecomment-72564203
[Test build #26549 has
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/26549/consoleFull)
for PR 3833 at commit
[`4e2f354`](https://gith
Github user SparkQA commented on the pull request:
https://github.com/apache/spark/pull/3833#issuecomment-72553641
[Test build #26549 has
started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/26549/consoleFull)
for PR 3833 at commit
[`4e2f354`](https://githu
Github user mengxr commented on the pull request:
https://github.com/apache/spark/pull/3833#issuecomment-72552798
test this please
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
Github user AmplabJenkins commented on the pull request:
https://github.com/apache/spark/pull/3833#issuecomment-72550665
Test FAILed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/26
Github user SparkQA commented on the pull request:
https://github.com/apache/spark/pull/3833#issuecomment-72550651
[Test build #26543 has
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/26543/consoleFull)
for PR 3833 at commit
[`4e2f354`](https://gith
Github user SparkQA commented on the pull request:
https://github.com/apache/spark/pull/3833#issuecomment-72543176
[Test build #26543 has
started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/26543/consoleFull)
for PR 3833 at commit
[`4e2f354`](https://githu
Github user dbtsai commented on the pull request:
https://github.com/apache/spark/pull/3833#issuecomment-72542842
Jenkins, please re-test again.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not hav
Github user AmplabJenkins commented on the pull request:
https://github.com/apache/spark/pull/3833#issuecomment-72540616
Test FAILed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/26
Github user SparkQA commented on the pull request:
https://github.com/apache/spark/pull/3833#issuecomment-72540606
[Test build #26531 has
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/26531/consoleFull)
for PR 3833 at commit
[`697b7c9`](https://gith
Github user SparkQA commented on the pull request:
https://github.com/apache/spark/pull/3833#issuecomment-72533636
[Test build #26531 has
started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/26531/consoleFull)
for PR 3833 at commit
[`697b7c9`](https://githu
Github user mengxr commented on the pull request:
https://github.com/apache/spark/pull/3833#issuecomment-72531073
LGTM except minor inline comments. Thanks for working on the math while
taking care of precision!
---
If your project is set up for it, you can reply to this email and ha
Github user mengxr commented on a diff in the pull request:
https://github.com/apache/spark/pull/3833#discussion_r23954974
--- Diff:
mllib/src/main/scala/org/apache/spark/mllib/regression/GeneralizedLinearAlgorithm.scala
---
@@ -107,6 +124,12 @@ abstract class GeneralizedLinearAlg
Github user mengxr commented on a diff in the pull request:
https://github.com/apache/spark/pull/3833#discussion_r23954862
--- Diff:
mllib/src/main/scala/org/apache/spark/mllib/classification/LogisticRegression.scala
---
@@ -18,30 +18,42 @@
package org.apache.spark.mllib.clas
Github user mengxr commented on a diff in the pull request:
https://github.com/apache/spark/pull/3833#discussion_r23954570
--- Diff:
mllib/src/main/scala/org/apache/spark/mllib/classification/LogisticRegression.scala
---
@@ -18,30 +18,42 @@
package org.apache.spark.mllib.clas
Github user SparkQA commented on the pull request:
https://github.com/apache/spark/pull/3833#issuecomment-72418870
[Test build #26491 has
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/26491/consoleFull)
for PR 3833 at commit
[`4ce4d33`](https://gith
Github user AmplabJenkins commented on the pull request:
https://github.com/apache/spark/pull/3833#issuecomment-72418880
Test PASSed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/26
Github user SparkQA commented on the pull request:
https://github.com/apache/spark/pull/3833#issuecomment-72413396
[Test build #26491 has
started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/26491/consoleFull)
for PR 3833 at commit
[`4ce4d33`](https://githu
Github user dbtsai commented on a diff in the pull request:
https://github.com/apache/spark/pull/3833#discussion_r23909157
--- Diff:
mllib/src/main/scala/org/apache/spark/mllib/classification/LogisticRegression.scala
---
@@ -61,20 +79,58 @@ class LogisticRegressionModel (
Github user mengxr commented on a diff in the pull request:
https://github.com/apache/spark/pull/3833#discussion_r23823997
--- Diff:
mllib/src/test/scala/org/apache/spark/mllib/classification/LogisticRegressionSuite.scala
---
@@ -285,6 +377,97 @@ class LogisticRegressionSuite exte
Github user mengxr commented on a diff in the pull request:
https://github.com/apache/spark/pull/3833#discussion_r23824003
--- Diff:
mllib/src/main/scala/org/apache/spark/mllib/regression/GeneralizedLinearAlgorithm.scala
---
@@ -228,7 +274,34 @@ abstract class GeneralizedLinearAlg
Github user dbtsai commented on a diff in the pull request:
https://github.com/apache/spark/pull/3833#discussion_r23823961
--- Diff:
mllib/src/test/scala/org/apache/spark/mllib/classification/LogisticRegressionSuite.scala
---
@@ -285,6 +377,97 @@ class LogisticRegressionSuite exte
Github user dbtsai commented on a diff in the pull request:
https://github.com/apache/spark/pull/3833#discussion_r23823903
--- Diff:
mllib/src/test/scala/org/apache/spark/mllib/classification/LogisticRegressionSuite.scala
---
@@ -55,6 +56,97 @@ object LogisticRegressionSuite {
Github user mengxr commented on a diff in the pull request:
https://github.com/apache/spark/pull/3833#discussion_r23823739
--- Diff:
mllib/src/main/scala/org/apache/spark/mllib/regression/GeneralizedLinearAlgorithm.scala
---
@@ -228,7 +274,34 @@ abstract class GeneralizedLinearAlg
Github user mengxr commented on a diff in the pull request:
https://github.com/apache/spark/pull/3833#discussion_r23821634
--- Diff:
mllib/src/main/scala/org/apache/spark/mllib/optimization/Gradient.scala ---
@@ -55,24 +57,79 @@ abstract class Gradient extends Serializable {
Github user mengxr commented on a diff in the pull request:
https://github.com/apache/spark/pull/3833#discussion_r23821636
--- Diff:
mllib/src/main/scala/org/apache/spark/mllib/optimization/Gradient.scala ---
@@ -81,14 +138,101 @@ class LogisticGradient extends Gradient {
Github user mengxr commented on a diff in the pull request:
https://github.com/apache/spark/pull/3833#discussion_r23821631
--- Diff:
mllib/src/main/scala/org/apache/spark/mllib/classification/LogisticRegression.scala
---
@@ -205,9 +262,25 @@ class LogisticRegressionWithLBFGS
Github user mengxr commented on a diff in the pull request:
https://github.com/apache/spark/pull/3833#discussion_r23821629
--- Diff:
mllib/src/main/scala/org/apache/spark/mllib/classification/LogisticRegression.scala
---
@@ -61,20 +79,58 @@ class LogisticRegressionModel (
Github user mengxr commented on a diff in the pull request:
https://github.com/apache/spark/pull/3833#discussion_r23821635
--- Diff:
mllib/src/main/scala/org/apache/spark/mllib/optimization/Gradient.scala ---
@@ -81,14 +138,101 @@ class LogisticGradient extends Gradient {
Github user mengxr commented on a diff in the pull request:
https://github.com/apache/spark/pull/3833#discussion_r23821628
--- Diff:
mllib/src/main/scala/org/apache/spark/mllib/classification/LogisticRegression.scala
---
@@ -61,20 +79,58 @@ class LogisticRegressionModel (
Github user mengxr commented on a diff in the pull request:
https://github.com/apache/spark/pull/3833#discussion_r23821624
--- Diff:
mllib/src/main/scala/org/apache/spark/mllib/classification/LogisticRegression.scala
---
@@ -37,11 +40,26 @@ class LogisticRegressionModel (
Github user mengxr commented on a diff in the pull request:
https://github.com/apache/spark/pull/3833#discussion_r23821630
--- Diff:
mllib/src/main/scala/org/apache/spark/mllib/classification/LogisticRegression.scala
---
@@ -205,9 +262,25 @@ class LogisticRegressionWithLBFGS
Github user mengxr commented on a diff in the pull request:
https://github.com/apache/spark/pull/3833#discussion_r23821622
--- Diff:
mllib/src/main/scala/org/apache/spark/mllib/classification/LogisticRegression.scala
---
@@ -37,11 +40,26 @@ class LogisticRegressionModel (
Github user mengxr commented on a diff in the pull request:
https://github.com/apache/spark/pull/3833#discussion_r23821633
--- Diff:
mllib/src/main/scala/org/apache/spark/mllib/optimization/Gradient.scala ---
@@ -18,10 +18,12 @@
package org.apache.spark.mllib.optimization
Github user mengxr commented on a diff in the pull request:
https://github.com/apache/spark/pull/3833#discussion_r23821623
--- Diff:
mllib/src/main/scala/org/apache/spark/mllib/classification/LogisticRegression.scala
---
@@ -37,11 +40,26 @@ class LogisticRegressionModel (
Github user mengxr commented on a diff in the pull request:
https://github.com/apache/spark/pull/3833#discussion_r23821626
--- Diff:
mllib/src/main/scala/org/apache/spark/mllib/classification/LogisticRegression.scala
---
@@ -61,20 +79,58 @@ class LogisticRegressionModel (
Github user dbtsai commented on a diff in the pull request:
https://github.com/apache/spark/pull/3833#discussion_r23743197
--- Diff:
mllib/src/main/scala/org/apache/spark/mllib/optimization/Gradient.scala ---
@@ -55,24 +57,79 @@ abstract class Gradient extends Serializable {
Github user dbtsai commented on a diff in the pull request:
https://github.com/apache/spark/pull/3833#discussion_r23743161
--- Diff:
mllib/src/main/scala/org/apache/spark/mllib/optimization/Gradient.scala ---
@@ -55,24 +57,79 @@ abstract class Gradient extends Serializable {
Github user mengxr commented on a diff in the pull request:
https://github.com/apache/spark/pull/3833#discussion_r23742039
--- Diff:
mllib/src/main/scala/org/apache/spark/mllib/optimization/Gradient.scala ---
@@ -55,24 +57,79 @@ abstract class Gradient extends Serializable {
Github user dbtsai commented on the pull request:
https://github.com/apache/spark/pull/3833#issuecomment-70936401
Ping @mengxr
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
ena
Github user AmplabJenkins commented on the pull request:
https://github.com/apache/spark/pull/3833#issuecomment-70016390
Test PASSed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/25
Github user SparkQA commented on the pull request:
https://github.com/apache/spark/pull/3833#issuecomment-70016384
[Test build #25575 has
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/25575/consoleFull)
for PR 3833 at commit
[`1700a6c`](https://gith
Github user SparkQA commented on the pull request:
https://github.com/apache/spark/pull/3833#issuecomment-70007516
[Test build #25575 has
started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/25575/consoleFull)
for PR 3833 at commit
[`1700a6c`](https://githu
Github user dbtsai commented on the pull request:
https://github.com/apache/spark/pull/3833#issuecomment-70007063
Jenkins, please re-test again.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not hav
Github user SparkQA commented on the pull request:
https://github.com/apache/spark/pull/3833#issuecomment-70006013
[Test build #25570 has
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/25570/consoleFull)
for PR 3833 at commit
[`9cf9811`](https://gith
Github user AmplabJenkins commented on the pull request:
https://github.com/apache/spark/pull/3833#issuecomment-70006023
Test FAILed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/25
Github user SparkQA commented on the pull request:
https://github.com/apache/spark/pull/3833#issuecomment-69997838
[Test build #25570 has
started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/25570/consoleFull)
for PR 3833 at commit
[`9cf9811`](https://githu
Github user SparkQA commented on the pull request:
https://github.com/apache/spark/pull/3833#issuecomment-69993842
[Test build #25566 has
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/25566/consoleFull)
for PR 3833 at commit
[`4e16781`](https://gith
Github user AmplabJenkins commented on the pull request:
https://github.com/apache/spark/pull/3833#issuecomment-69993846
Test FAILed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/25
Github user SparkQA commented on the pull request:
https://github.com/apache/spark/pull/3833#issuecomment-69992822
[Test build #25566 has
started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/25566/consoleFull)
for PR 3833 at commit
[`4e16781`](https://githu
Github user SparkQA commented on the pull request:
https://github.com/apache/spark/pull/3833#issuecomment-69992401
[Test build #25565 has
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/25565/consoleFull)
for PR 3833 at commit
[`7ac4dfc`](https://gith
Github user AmplabJenkins commented on the pull request:
https://github.com/apache/spark/pull/3833#issuecomment-69992408
Test FAILed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/25
Github user SparkQA commented on the pull request:
https://github.com/apache/spark/pull/3833#issuecomment-69991087
[Test build #25565 has
started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/25565/consoleFull)
for PR 3833 at commit
[`7ac4dfc`](https://githu
Github user dbtsai commented on a diff in the pull request:
https://github.com/apache/spark/pull/3833#discussion_r22967437
--- Diff:
mllib/src/main/scala/org/apache/spark/mllib/classification/LogisticRegression.scala
---
@@ -61,20 +67,70 @@ class LogisticRegressionModel (
Github user srowen commented on a diff in the pull request:
https://github.com/apache/spark/pull/3833#discussion_r22967246
--- Diff:
mllib/src/main/scala/org/apache/spark/mllib/classification/LogisticRegression.scala
---
@@ -61,20 +67,70 @@ class LogisticRegressionModel (
Github user dbtsai commented on a diff in the pull request:
https://github.com/apache/spark/pull/3833#discussion_r22965406
--- Diff:
mllib/src/main/scala/org/apache/spark/mllib/classification/LogisticRegression.scala
---
@@ -61,20 +67,70 @@ class LogisticRegressionModel (
Github user dbtsai commented on a diff in the pull request:
https://github.com/apache/spark/pull/3833#discussion_r22963904
--- Diff:
mllib/src/main/scala/org/apache/spark/mllib/classification/LogisticRegression.scala
---
@@ -18,30 +18,36 @@
package org.apache.spark.mllib.clas
Github user dbtsai commented on a diff in the pull request:
https://github.com/apache/spark/pull/3833#discussion_r22963566
--- Diff:
mllib/src/main/scala/org/apache/spark/mllib/classification/LogisticRegression.scala
---
@@ -18,30 +18,36 @@
package org.apache.spark.mllib.clas
Github user srowen commented on a diff in the pull request:
https://github.com/apache/spark/pull/3833#discussion_r22932041
--- Diff:
mllib/src/main/scala/org/apache/spark/mllib/optimization/Gradient.scala ---
@@ -81,14 +136,111 @@ class LogisticGradient extends Gradient {
Github user srowen commented on a diff in the pull request:
https://github.com/apache/spark/pull/3833#discussion_r22932026
--- Diff:
mllib/src/main/scala/org/apache/spark/mllib/classification/LogisticRegression.scala
---
@@ -61,20 +67,70 @@ class LogisticRegressionModel (
Github user srowen commented on a diff in the pull request:
https://github.com/apache/spark/pull/3833#discussion_r22931938
--- Diff:
mllib/src/main/scala/org/apache/spark/mllib/classification/LogisticRegression.scala
---
@@ -61,20 +67,70 @@ class LogisticRegressionModel (
Github user srowen commented on a diff in the pull request:
https://github.com/apache/spark/pull/3833#discussion_r22931852
--- Diff:
mllib/src/main/scala/org/apache/spark/mllib/classification/LogisticRegression.scala
---
@@ -61,20 +67,70 @@ class LogisticRegressionModel (
Github user srowen commented on a diff in the pull request:
https://github.com/apache/spark/pull/3833#discussion_r22931811
--- Diff:
mllib/src/main/scala/org/apache/spark/mllib/classification/LogisticRegression.scala
---
@@ -61,20 +67,70 @@ class LogisticRegressionModel (
Github user srowen commented on a diff in the pull request:
https://github.com/apache/spark/pull/3833#discussion_r22931720
--- Diff:
mllib/src/main/scala/org/apache/spark/mllib/classification/LogisticRegression.scala
---
@@ -18,30 +18,36 @@
package org.apache.spark.mllib.clas
Github user srowen commented on a diff in the pull request:
https://github.com/apache/spark/pull/3833#discussion_r22931631
--- Diff:
mllib/src/main/scala/org/apache/spark/mllib/classification/LogisticRegression.scala
---
@@ -18,30 +18,36 @@
package org.apache.spark.mllib.clas
Github user AmplabJenkins commented on the pull request:
https://github.com/apache/spark/pull/3833#issuecomment-69903632
Test FAILed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/25
Github user SparkQA commented on the pull request:
https://github.com/apache/spark/pull/3833#issuecomment-69903623
[Test build #25539 has
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/25539/consoleFull)
for PR 3833 at commit
[`06964d6`](https://gith
Github user AmplabJenkins commented on the pull request:
https://github.com/apache/spark/pull/3833#issuecomment-69901042
Test PASSed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/25
Github user SparkQA commented on the pull request:
https://github.com/apache/spark/pull/3833#issuecomment-69901035
[Test build #25540 has
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/25540/consoleFull)
for PR 3833 at commit
[`184a27e`](https://gith
Github user SparkQA commented on the pull request:
https://github.com/apache/spark/pull/3833#issuecomment-69893247
[Test build #25540 has
started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/25540/consoleFull)
for PR 3833 at commit
[`184a27e`](https://githu
Github user SparkQA commented on the pull request:
https://github.com/apache/spark/pull/3833#issuecomment-69892630
[Test build #25539 has
started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/25539/consoleFull)
for PR 3833 at commit
[`06964d6`](https://githu
Github user AmplabJenkins commented on the pull request:
https://github.com/apache/spark/pull/3833#issuecomment-69890008
Test FAILed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/25
Github user dbtsai commented on the pull request:
https://github.com/apache/spark/pull/3833#issuecomment-69889747
Jenkins, please re-test again.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not hav
Github user AmplabJenkins commented on the pull request:
https://github.com/apache/spark/pull/3833#issuecomment-69885786
Test FAILed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/25
Github user SparkQA commented on the pull request:
https://github.com/apache/spark/pull/3833#issuecomment-69885777
[Test build #25523 has
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/25523/consoleFull)
for PR 3833 at commit
[`d12cc4f`](https://gith
Github user SparkQA commented on the pull request:
https://github.com/apache/spark/pull/3833#issuecomment-69882944
[Test build #25528 has
started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/25528/consoleFull)
for PR 3833 at commit
[`fc7fabe`](https://githu
Github user SparkQA commented on the pull request:
https://github.com/apache/spark/pull/3833#issuecomment-69880772
[Test build #25523 has
started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/25523/consoleFull)
for PR 3833 at commit
[`d12cc4f`](https://githu
Github user AmplabJenkins commented on the pull request:
https://github.com/apache/spark/pull/3833#issuecomment-69130740
Test FAILed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/25
Github user SparkQA commented on the pull request:
https://github.com/apache/spark/pull/3833#issuecomment-69130738
[Test build #25196 has
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/25196/consoleFull)
for PR 3833 at commit
[`91b445d`](https://gith
Github user SparkQA commented on the pull request:
https://github.com/apache/spark/pull/3833#issuecomment-69127918
[Test build #25196 has
started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/25196/consoleFull)
for PR 3833 at commit
[`91b445d`](https://githu
Github user SparkQA commented on the pull request:
https://github.com/apache/spark/pull/3833#issuecomment-68811257
[Test build #25072 has
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/25072/consoleFull)
for PR 3833 at commit
[`144a6ba`](https://gith
Github user AmplabJenkins commented on the pull request:
https://github.com/apache/spark/pull/3833#issuecomment-68811264
Test FAILed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/25
Github user SparkQA commented on the pull request:
https://github.com/apache/spark/pull/3833#issuecomment-68807268
[Test build #25072 has
started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/25072/consoleFull)
for PR 3833 at commit
[`144a6ba`](https://githu
Github user SparkQA commented on the pull request:
https://github.com/apache/spark/pull/3833#issuecomment-68325568
[Test build #24878 has
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/24878/consoleFull)
for PR 3833 at commit
[`a97b03a`](https://gith
Github user AmplabJenkins commented on the pull request:
https://github.com/apache/spark/pull/3833#issuecomment-68325569
Test FAILed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/24
Github user SparkQA commented on the pull request:
https://github.com/apache/spark/pull/3833#issuecomment-68325298
[Test build #24878 has
started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/24878/consoleFull)
for PR 3833 at commit
[`a97b03a`](https://githu
GitHub user dbtsai opened a pull request:
https://github.com/apache/spark/pull/3833
[SPARK-2309][MLlib] Multinomial Logistic Regression
#1379 is automatically closed by asfgit, and github can not reopen it once
it's closed, so this will be the new PR.
Binary Logistic Regres
89 matches
Mail list logo