Github user mengxr commented on a diff in the pull request:
https://github.com/apache/spark/pull/13820#discussion_r67960537
--- Diff: R/pkg/R/mllib.R ---
@@ -53,9 +53,10 @@ setClass("AFTSurvivalRegressionModel",
representation(jobj = "jobj"))
#' @note KMeansModel since 2.0.0
setClass("KMeansModel", representation(jobj = "jobj"))
-#' Fits a generalized linear model
+#' Generalized Linear Models
#'
-#' Fits a generalized linear model against a Spark DataFrame.
+#' Fit generalized linear model against a Spark DataFrame. Can print, make
predictions on the
--- End diff --
* `Fit` -> `Fits`
* `Can print` -> `Users can print`
---
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 enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]