Github user junyangq commented on a diff in the pull request:

    https://github.com/apache/spark/pull/14705#discussion_r75429772
  
    --- Diff: R/pkg/R/mllib.R ---
    @@ -620,11 +625,12 @@ setMethod("predict", signature(object = 
"KMeansModel"),
     #' predictions on new data, and \code{write.ml}/\code{read.ml} to 
save/load fitted models.
     #' Only categorical data is supported.
     #'
    -#' @param data A \code{SparkDataFrame} of observations and labels for 
model fitting
    -#' @param formula A symbolic description of the model to be fitted. 
Currently only a few formula
    +#' @param data a \code{SparkDataFrame} of observations and labels for 
model fitting.
    +#' @param formula a symbolic description of the model to be fitted. 
Currently only a few formula
     #'               operators are supported, including '~', '.', ':', '+', 
and '-'.
    -#' @param smoothing Smoothing parameter
    -#' @return \code{spark.naiveBayes} returns a fitted naive Bayes model
    +#' @param ... additional argument(s) passed to the method. Currently only 
\code{smoothing}.
    --- End diff --
    
    Thanks. I guess this might be caused by the merging...


---
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]

Reply via email to