[GitHub] spark pull request #14346: [SPARK-16710] [SparkR] [ML] spark.glm should supp...

2016-08-10 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/14346 --- 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 #14346: [SPARK-16710] [SparkR] [ML] spark.glm should supp...

2016-07-29 Thread felixcheung
Github user felixcheung commented on a diff in the pull request: https://github.com/apache/spark/pull/14346#discussion_r72880469 --- Diff: R/pkg/R/mllib.R --- @@ -119,7 +121,7 @@ NULL #' @note spark.glm since 2.0.0 #' @seealso \link{glm}, \link{read.ml}

[GitHub] spark pull request #14346: [SPARK-16710] [SparkR] [ML] spark.glm should supp...

2016-07-29 Thread felixcheung
Github user felixcheung commented on a diff in the pull request: https://github.com/apache/spark/pull/14346#discussion_r72880472 --- Diff: R/pkg/R/mllib.R --- @@ -165,8 +172,8 @@ setMethod("spark.glm", signature(data = "SparkDataFrame", formula = "formula"), #' @note glm

[GitHub] spark pull request #14346: [SPARK-16710] [SparkR] [ML] spark.glm should supp...

2016-07-25 Thread yanboliang
GitHub user yanboliang opened a pull request: https://github.com/apache/spark/pull/14346 [SPARK-16710] [SparkR] [ML] spark.glm should support weightCol ## What changes were proposed in this pull request? Training GLMs on weighted dataset is very important use cases. Users can