Github user yanboliang commented on a diff in the pull request:
https://github.com/apache/spark/pull/17910#discussion_r115453085
--- Diff:
mllib/src/main/scala/org/apache/spark/ml/classification/LogisticRegression.scala
---
@@ -890,7 +890,7 @@ object LogisticRegression extends
DefaultParamsReadable[LogisticRegression] {
override def load(path: String): LogisticRegression = super.load(path)
private[classification] val supportedFamilyNames =
- Array("auto", "binomial",
"multinomial").map(_.toLowerCase(Locale.ROOT))
+ Array("auto", "binomial", "multinomial")
--- End diff --
+1 @hhbyyh Let's keep it to handle some special locale.
---
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]