viirya commented on a change in pull request #20146: [SPARK-11215][ML] Add
multiple columns support to StringIndexer
URL: https://github.com/apache/spark/pull/20146#discussion_r243511497
##########
File path: mllib/src/main/scala/org/apache/spark/ml/feature/StringIndexer.scala
##########
@@ -66,6 +68,9 @@ private[feature] trait StringIndexerBase extends Params with
HasHandleInvalid wi
* - 'alphabetAsc': ascending alphabetical order
* Default is 'frequencyDesc'.
*
+ * Note: In case of equal frequency when under frequencyDesc/Asc, the
strings are further sorted
Review comment:
Good for me.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]