Github user junyangq commented on a diff in the pull request:
https://github.com/apache/spark/pull/13993#discussion_r69827014
--- Diff: R/pkg/R/mllib.R ---
@@ -53,26 +53,27 @@ setClass("AFTSurvivalRegressionModel",
representation(jobj = "jobj"))
#' @note KMeansModel since 2.0.0
setClass("KMeansModel", representation(jobj = "jobj"))
-#' Saves the machine learning model to the input path
+#' Saves the MLlib model to the input path
#'
-#' Saves the machine learning model to the input path. For more
information, see the specific
-#' machine learning model below.
+#' Saves the MLlib model to the input path. For more information, see the
specific
+#' MLlib model below.
#' @rdname write.ml
#' @name write.ml
#' @export
-#' @seealso \link{spark.glm}, \link{spark.kmeans},
\link{spark.naiveBayes}, \link{spark.survreg}
+#' @seealso \link{spark.glm}, \link{glm}
+#' @seealso \link{spark.kmeans}, \link{spark.naiveBayes},
\link{spark.survreg}
#' @seealso \link{read.ml}
NULL
-#' Predicted values based on a machine learning model
+#' Makes predictions from a MLlib model
#'
-#' Predicted values based on a machine learning model. For more
information, see the specific
-#' machine learning model below.
+#' Makes predictions from a MLlib model. For more information, see the
specific
--- End diff --
Makes -> Make?
---
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]