Github user sun-rui commented on a diff in the pull request:
https://github.com/apache/spark/pull/13023#discussion_r62782265
--- Diff: R/pkg/R/mllib.R ---
@@ -377,32 +476,9 @@ setMethod("predict", signature(object = "KMeansModel"),
return(dataFrame(callJMethod(object@jobj, "transform",
newData@sdf)))
})
-#' Fit a Bernoulli naive Bayes model
+#' Saves a fitted MLlib model to the input path
--- End diff --
We need have an agreement on the style of the title for a method. That is,
whether or not to add "s" suffix to a verb. Seems R's tradition is not. for
example, the title for "lapply":
Apply a Function over a List or Vector
---
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]