Github user felixcheung commented on a diff in the pull request:
https://github.com/apache/spark/pull/13820#discussion_r67968627
--- Diff: R/pkg/R/mllib.R ---
@@ -66,8 +67,9 @@ setClass("KMeansModel", representation(jobj = "jobj"))
#'
\url{https://stat.ethz.ch/R-manual/R-devel/library/stats/html/family.html}.
#' @param tol Positive convergence tolerance of iterations.
#' @param maxIter Integer giving the maximal number of IRLS iterations.
-#' @return a fitted generalized linear model
+#' @return \code{spark.glm} returns a fitted generalized linear model
--- End diff --
since this is the page for `spark.glm` I think it's ok if it simply says
`returns a fitted...`
it seems a bit odd to reference `spark.glm` again.
---
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]