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

    https://github.com/apache/spark/pull/11549#discussion_r56290662
  
    --- Diff: R/pkg/R/mllib.R ---
    @@ -29,15 +29,9 @@ setClass("PipelineModel", representation(model = "jobj"))
     #' @param formula A symbolic description of the model to be fitted. 
Currently only a few formula
     #'                operators are supported, including '~', '.', ':', '+', 
and '-'.
     #' @param data DataFrame for training
    -#' @param family Error distribution. "gaussian" -> linear regression, 
"binomial" -> logistic reg.
    +#' @param family a description of the error distribution and link function 
to be used in the model..
    --- End diff --
    
    link to R's `family`


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