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

    https://github.com/apache/spark/pull/18151#discussion_r119252826
  
    --- Diff: R/pkg/R/mllib_classification.R ---
    @@ -62,7 +62,7 @@ setClass("NaiveBayesModel", representation(jobj = "jobj"))
     #'                        of models will be always returned on the 
original scale, so it will be transparent for
     #'                        users. Note that with/without standardization, 
the models should be always converged
     #'                        to the same solution when no regularization is 
applied.
    -#' @param threshold The threshold in binary classification, in range [0, 
1].
    +#' @param threshold The threshold in binary classification applied to 
rawPrediction.
    --- End diff --
    
    it might not be obvious to R user what `rawPrediction` is though


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