We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 698588e commit 147311bCopy full SHA for 147311b
mllib/src/main/scala/org/apache/spark/ml/feature/RFormula.scala
@@ -46,6 +46,8 @@ private[feature] trait RFormulaBase extends HasFeaturesCol with HasLabelCol {
46
* - 'alphabetDesc': descending alphabetical order
47
* - 'alphabetAsc': ascending alphabetical order
48
* Default is 'frequencyDesc'.
49
+ * When the ordering is set to 'alphabetDesc', `RFormula` drops the same category as R
50
+ * when encoding strings.
51
*
52
* @group param
53
*/
0 commit comments