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

Xiangrui Meng resolved SPARK-2923.
----------------------------------

       Resolution: Fixed
    Fix Version/s: 1.1.0

Issue resolved by pull request 1849
[https://github.com/apache/spark/pull/1849]

> Implement some basic linalg operations in MLlib
> -----------------------------------------------
>
>                 Key: SPARK-2923
>                 URL: https://issues.apache.org/jira/browse/SPARK-2923
>             Project: Spark
>          Issue Type: Improvement
>          Components: MLlib
>            Reporter: Xiangrui Meng
>            Assignee: Xiangrui Meng
>             Fix For: 1.1.0
>
>
> We use breeze for linear algebra operations. Breeze operations are 
> user-friendly but there are some concerns:
> 1. creating temp objects, e.g., `val z = a * x + b * y`
> 2. multi-method is not used in some operators, e.g., `axpy`. If we pass in 
> SparseVector as a generic Vector, it will use activeIterator, which is slow
> 3. calling native BLAS if it is available, which might not be good for 
> level-1 methods
> Having some basic BLAS operations implemented in MLlib can help simplify the 
> current implementation and improve some performance.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

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

Reply via email to