Github user vectorijk commented on a diff in the pull request:
https://github.com/apache/spark/pull/13820#discussion_r67968505
--- Diff: R/pkg/R/mllib.R ---
@@ -99,10 +114,8 @@ setMethod("spark.glm", signature(data =
"SparkDataFrame", formula = "formula"),
return(new("GeneralizedLinearRegressionModel", jobj = jobj))
})
-#' Fits a generalized linear model (R-compliant).
-#'
-#' Fits a generalized linear model, similarly to R's glm().
-#'
+#' @title Generalized Linear Models (R-compliant)
--- End diff --
Also, as talked with this discussion
https://github.com/apache/spark/pull/13394#discussion-diff-66177097, should we
follow first sentence as the convention to define the title in this case?
---
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]