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

Apache Spark reassigned SPARK-20423:
------------------------------------

    Assignee: Apache Spark

> fix MLOR coeffs centering when reg == 0
> ---------------------------------------
>
>                 Key: SPARK-20423
>                 URL: https://issues.apache.org/jira/browse/SPARK-20423
>             Project: Spark
>          Issue Type: Improvement
>          Components: ML
>    Affects Versions: 2.0.0, 2.1.0
>            Reporter: Weichen Xu
>            Assignee: Apache Spark
>            Priority: Minor
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> When reg == 0, MLOR has multiple solutions and we need to centralize the 
> coeffs to get identical result.
> BUT current implementation centralize the coefficientMatrix by the global 
> coeffs means.
> In fact the coefficientMatrix should be centralized on each feature index 
> itself.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to