[GitHub] spark pull request #13801: [SPARK-15177.1] [R] make SparkR model params and ...

2016-06-21 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/13801 --- 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 #13801: [SPARK-15177.1] [R] make SparkR model params and ...

2016-06-21 Thread shivaram
Github user shivaram commented on a diff in the pull request: https://github.com/apache/spark/pull/13801#discussion_r67818449 --- Diff: R/pkg/R/mllib.R --- @@ -298,17 +296,17 @@ setMethod("summary", signature(object = "NaiveBayesModel"), #' @export #' @examples #'

[GitHub] spark pull request #13801: [SPARK-15177.1] [R] make SparkR model params and ...

2016-06-21 Thread mengxr
Github user mengxr commented on a diff in the pull request: https://github.com/apache/spark/pull/13801#discussion_r67818257 --- Diff: R/pkg/R/mllib.R --- @@ -298,17 +296,17 @@ setMethod("summary", signature(object = "NaiveBayesModel"), #' @export #' @examples #'

[GitHub] spark pull request #13801: [SPARK-15177.1] [R] make SparkR model params and ...

2016-06-21 Thread shivaram
Github user shivaram commented on a diff in the pull request: https://github.com/apache/spark/pull/13801#discussion_r67818028 --- Diff: R/pkg/R/mllib.R --- @@ -298,17 +296,17 @@ setMethod("summary", signature(object = "NaiveBayesModel"), #' @export #' @examples #'

[GitHub] spark pull request #13801: [SPARK-15177.1] [R] make SparkR model params and ...

2016-06-21 Thread mengxr
GitHub user mengxr opened a pull request: https://github.com/apache/spark/pull/13801 [SPARK-15177.1] [R] make SparkR model params and default values consistent with MLlib ## What changes were proposed in this pull request? This PR is a subset of #13023 by @yanboliang to