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

    https://github.com/apache/spark/pull/10222#discussion_r50298757
  
    --- Diff: mllib/src/main/scala/org/apache/spark/ml/feature/RFormula.scala 
---
    @@ -45,6 +45,28 @@ private[feature] trait RFormulaBase extends 
HasFeaturesCol with HasLabelCol {
      * Implements the transforms required for fitting a dataset against an R 
model formula. Currently
      * we support a limited subset of the R operators, including '~', '.', 
':', '+', and '-'. Also see
      * the R formula docs here: 
http://stat.ethz.ch/R-manual/R-patched/library/stats/html/formula.html
    + *
    + * The basic operators are:
    + *
    + * `~` separate target and terms
    --- End diff --
    
    This is not the correct ScalaDoc syntax for a list. See 
https://wiki.scala-lang.org/display/SW/Syntax. You can run `build/sbt 
mllib/doc` to check the generated html API doc.


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