You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Yanbo Liang (JIRA)" <ji...@apache.org> on 2017/01/20 14:42:26 UTC

[jira] [Updated] (SPARK-19155) MLlib GeneralizedLinearRegression family and link should case insensitive

     [ https://issues.apache.org/jira/browse/SPARK-19155?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Yanbo Liang updated SPARK-19155:
--------------------------------
    Summary: MLlib GeneralizedLinearRegression family and link should case insensitive   (was: ML GLR string params should support both uppercase and lowercase)

> MLlib GeneralizedLinearRegression family and link should case insensitive 
> --------------------------------------------------------------------------
>
>                 Key: SPARK-19155
>                 URL: https://issues.apache.org/jira/browse/SPARK-19155
>             Project: Spark
>          Issue Type: Improvement
>          Components: ML
>            Reporter: Yanbo Liang
>
> ML {{GeneralizedLinearRegression}} should support both uppercase and lowercase. For example, the following code will throw exception currently:
> {code}
> val trainer = new GeneralizedLinearRegression().setFamily("Gamma")
> {code}
> We should make string params case insensitive.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org