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

    https://github.com/apache/spark/pull/13993#discussion_r69120717
  
    --- Diff: R/pkg/R/mllib.R ---
    @@ -53,6 +53,28 @@ 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 machine learning model to the input path. For more 
information, see the specific
    +#' machine learning model below.
    +#' @rdname write.ml
    +#' @name write.ml
    +#' @export
    +#' @seealso \link{spark.glm}, \link{spark.kmeans}, 
\link{spark.naiveBayes}, \link{spark.survreg}
    +#' @seealso \link{read.ml}
    --- End diff --
    
    It's better to add ```@seealso \link{write.ml}``` in the docs of 
```read.ml```.


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