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

    https://github.com/apache/spark/pull/18122#discussion_r118796569
  
    --- Diff: python/pyspark/ml/feature.py ---
    @@ -3043,26 +3055,35 @@ class RFormula(JavaEstimator, HasFeaturesCol, 
HasLabelCol, JavaMLReadable, JavaM
                                 "Force to index label whether it is numeric or 
string",
                                 typeConverter=TypeConverters.toBoolean)
     
    +    stringIndexerOrderType = Param(Params._dummy(), 
"stringIndexerOrderType",
    +                                   "How to order categories of a string 
FEATURE column used by " +
    --- End diff --
    
    Changed it to lower case now. 


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to