[GitHub] spark pull request: [SPARK-7612][MLLIB] update NB training to use ...

2015-05-13 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/6128 --- 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

[GitHub] spark pull request: [SPARK-7612][MLLIB] update NB training to use ...

2015-05-13 Thread mengxr
Github user mengxr commented on the pull request: https://github.com/apache/spark/pull/6128#issuecomment-101906049 Merged into master and branch-1.4. --- 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

[GitHub] spark pull request: [SPARK-7612][MLLIB] update NB training to use ...

2015-05-13 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6128#issuecomment-101790971 Merged build started. --- 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

[GitHub] spark pull request: [SPARK-7612][MLLIB] update NB training to use ...

2015-05-13 Thread mengxr
GitHub user mengxr opened a pull request: https://github.com/apache/spark/pull/6128 [SPARK-7612][MLLIB] update NB training to use mllib's BLAS This is similar to the changes to k-means, which gives us better control on the performance. @dbtsai You can merge this pull request into

[GitHub] spark pull request: [SPARK-7612][MLLIB] update NB training to use ...

2015-05-13 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6128#issuecomment-101790906 Merged build triggered. --- 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

[GitHub] spark pull request: [SPARK-7612][MLLIB] update NB training to use ...

2015-05-13 Thread dbtsai
Github user dbtsai commented on a diff in the pull request: https://github.com/apache/spark/pull/6128#discussion_r30271227 --- Diff: mllib/src/main/scala/org/apache/spark/mllib/classification/NaiveBayes.scala --- @@ -193,7 +191,7 @@ object NaiveBayesModel extends

[GitHub] spark pull request: [SPARK-7612][MLLIB] update NB training to use ...

2015-05-13 Thread mengxr
Github user mengxr commented on a diff in the pull request: https://github.com/apache/spark/pull/6128#discussion_r30275706 --- Diff: mllib/src/main/scala/org/apache/spark/mllib/classification/NaiveBayes.scala --- @@ -147,7 +145,7 @@ object NaiveBayesModel extends

[GitHub] spark pull request: [SPARK-7612][MLLIB] update NB training to use ...

2015-05-13 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6128#issuecomment-101820026 Merged build finished. Test PASSed. --- 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

[GitHub] spark pull request: [SPARK-7612][MLLIB] update NB training to use ...

2015-05-13 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6128#issuecomment-101820027 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark pull request: [SPARK-7612][MLLIB] update NB training to use ...

2015-05-13 Thread dbtsai
Github user dbtsai commented on the pull request: https://github.com/apache/spark/pull/6128#issuecomment-101806762 LGTM. We may refactor it in next round using the aggregator pattern in LIR/LOR to further avoid creating tuple. --- If your project is set up for it, you can reply to

[GitHub] spark pull request: [SPARK-7612][MLLIB] update NB training to use ...

2015-05-13 Thread dbtsai
Github user dbtsai commented on a diff in the pull request: https://github.com/apache/spark/pull/6128#discussion_r30271182 --- Diff: mllib/src/main/scala/org/apache/spark/mllib/classification/NaiveBayes.scala --- @@ -147,7 +145,7 @@ object NaiveBayesModel extends

[GitHub] spark pull request: [SPARK-7612][MLLIB] update NB training to use ...

2015-05-13 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/6128#issuecomment-101820010 [Test build #32639 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/32639/consoleFull) for PR 6128 at commit

[GitHub] spark pull request: [SPARK-7612][MLLIB] update NB training to use ...

2015-05-13 Thread mengxr
Github user mengxr commented on a diff in the pull request: https://github.com/apache/spark/pull/6128#discussion_r30281700 --- Diff: mllib/src/main/scala/org/apache/spark/mllib/classification/NaiveBayes.scala --- @@ -147,7 +145,7 @@ object NaiveBayesModel extends

[GitHub] spark pull request: [SPARK-7612][MLLIB] update NB training to use ...

2015-05-13 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/6128#issuecomment-101837814 [Test build #32652 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/32652/consoleFull) for PR 6128 at commit

[GitHub] spark pull request: [SPARK-7612][MLLIB] update NB training to use ...

2015-05-13 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/6128#issuecomment-101861756 [Test build #32652 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/32652/consoleFull) for PR 6128 at commit

[GitHub] spark pull request: [SPARK-7612][MLLIB] update NB training to use ...

2015-05-13 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6128#issuecomment-101861804 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark pull request: [SPARK-7612][MLLIB] update NB training to use ...

2015-05-13 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6128#issuecomment-101861800 Merged build finished. Test PASSed. --- 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

[GitHub] spark pull request: [SPARK-7612][MLLIB] update NB training to use ...

2015-05-13 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6128#issuecomment-101837544 Merged build triggered. --- 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

[GitHub] spark pull request: [SPARK-7612][MLLIB] update NB training to use ...

2015-05-13 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6128#issuecomment-101837561 Merged build started. --- 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

[GitHub] spark pull request: [SPARK-7612][MLLIB] update NB training to use ...

2015-05-13 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/6128#issuecomment-101791130 [Test build #32639 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/32639/consoleFull) for PR 6128 at commit

[GitHub] spark pull request: [SPARK-7612][MLLIB] update NB training to use ...

2015-05-13 Thread dbtsai
Github user dbtsai commented on a diff in the pull request: https://github.com/apache/spark/pull/6128#discussion_r30276933 --- Diff: mllib/src/main/scala/org/apache/spark/mllib/classification/NaiveBayes.scala --- @@ -147,7 +145,7 @@ object NaiveBayesModel extends