[jira] [Commented] (SPARK-9656) Add missing methods to linalg.distributed

2016-04-27 Thread Mike Dusenberry (JIRA)

[ 
https://issues.apache.org/jira/browse/SPARK-9656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15260725#comment-15260725
 ] 

Mike Dusenberry commented on SPARK-9656:


Great, thanks!

> Add missing methods to linalg.distributed
> -
>
> Key: SPARK-9656
> URL: https://issues.apache.org/jira/browse/SPARK-9656
> Project: Spark
>  Issue Type: Sub-task
>  Components: MLlib, PySpark
>Reporter: Manoj Kumar
>Assignee: Mike Dusenberry
> Fix For: 2.0.0
>
>
> Missing methods in linalg.distributed
> RowMatrix
> 1. computeGramianMatrix
> 2. computeCovariance
> 3. computeColumnSummaryStatistics
> 4. columnSimilarities
> 5. tallSkinnyQR
> IndexedRowMatrix
> 1. computeGramianMatrix()
> CoordinateMatrix
> 1. transpose()
> BlockMatrix (these may be able to be rolled into 6488)
> 1. validate()
> 2. cache()
> 3. persist()
> 4. transpose()



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

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



[jira] [Commented] (SPARK-9656) Add missing methods to linalg.distributed

2016-04-27 Thread Nick Pentreath (JIRA)

[ 
https://issues.apache.org/jira/browse/SPARK-9656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15260707#comment-15260707
 ] 

Nick Pentreath commented on SPARK-9656:
---

I can't seem to find your name in the search bar - what is your JIRA username?

> Add missing methods to linalg.distributed
> -
>
> Key: SPARK-9656
> URL: https://issues.apache.org/jira/browse/SPARK-9656
> Project: Spark
>  Issue Type: Sub-task
>  Components: MLlib, PySpark
>Reporter: Manoj Kumar
> Fix For: 2.0.0
>
>
> Missing methods in linalg.distributed
> RowMatrix
> 1. computeGramianMatrix
> 2. computeCovariance
> 3. computeColumnSummaryStatistics
> 4. columnSimilarities
> 5. tallSkinnyQR
> IndexedRowMatrix
> 1. computeGramianMatrix()
> CoordinateMatrix
> 1. transpose()
> BlockMatrix (these may be able to be rolled into 6488)
> 1. validate()
> 2. cache()
> 3. persist()
> 4. transpose()



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

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



[jira] [Commented] (SPARK-9656) Add missing methods to linalg.distributed

2016-04-27 Thread Mike Dusenberry (JIRA)

[ 
https://issues.apache.org/jira/browse/SPARK-9656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15260600#comment-15260600
 ] 

Mike Dusenberry commented on SPARK-9656:


Thanks, [~mlnick]!  Can you please "assign" this to me as well?

> Add missing methods to linalg.distributed
> -
>
> Key: SPARK-9656
> URL: https://issues.apache.org/jira/browse/SPARK-9656
> Project: Spark
>  Issue Type: Sub-task
>  Components: MLlib, PySpark
>Reporter: Manoj Kumar
> Fix For: 2.0.0
>
>
> Missing methods in linalg.distributed
> RowMatrix
> 1. computeGramianMatrix
> 2. computeCovariance
> 3. computeColumnSummaryStatistics
> 4. columnSimilarities
> 5. tallSkinnyQR
> IndexedRowMatrix
> 1. computeGramianMatrix()
> CoordinateMatrix
> 1. transpose()
> BlockMatrix (these may be able to be rolled into 6488)
> 1. validate()
> 2. cache()
> 3. persist()
> 4. transpose()



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

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



[jira] [Commented] (SPARK-9656) Add missing methods to linalg.distributed

2016-01-11 Thread Mike Dusenberry (JIRA)

[ 
https://issues.apache.org/jira/browse/SPARK-9656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15093018#comment-15093018
 ] 

Mike Dusenberry commented on SPARK-9656:


[~josephkb] Now that SPARK-11497 has been merged, this is ready for review.

> Add missing methods to linalg.distributed
> -
>
> Key: SPARK-9656
> URL: https://issues.apache.org/jira/browse/SPARK-9656
> Project: Spark
>  Issue Type: Sub-task
>  Components: MLlib, PySpark
>Reporter: Manoj Kumar
>
> Missing methods in linalg.distributed
> RowMatrix
> 1. computeGramianMatrix
> 2. computeCovariance
> 3. computeColumnSummaryStatistics
> 4. columnSimilarities
> 5. tallSkinnyQR
> IndexedRowMatrix
> 1. computeGramianMatrix()
> CoordinateMatrix
> 1. transpose()
> BlockMatrix (these may be able to be rolled into 6488)
> 1. validate()
> 2. cache()
> 3. persist()
> 4. transpose()



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

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



[jira] [Commented] (SPARK-9656) Add missing methods to linalg.distributed

2015-11-03 Thread Apache Spark (JIRA)

[ 
https://issues.apache.org/jira/browse/SPARK-9656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14987864#comment-14987864
 ] 

Apache Spark commented on SPARK-9656:
-

User 'dusenberrymw' has created a pull request for this issue:
https://github.com/apache/spark/pull/9441

> Add missing methods to linalg.distributed
> -
>
> Key: SPARK-9656
> URL: https://issues.apache.org/jira/browse/SPARK-9656
> Project: Spark
>  Issue Type: Sub-task
>  Components: MLlib, PySpark
>Reporter: Manoj Kumar
>
> Missing methods in linalg.distributed
> RowMatrix
> 1. computeGramianMatrix
> 2. computeCovariance
> 3. computeColumnSummaryStatistics
> 4. columnSimilarities
> 5. tallSkinnyQR
> IndexedRowMatrix
> 1. computeGramianMatrix()
> CoordinateMatrix
> 1. transpose()
> BlockMatrix (these may be able to be rolled into 6488)
> 1. validate()
> 2. cache()
> 3. persist()
> 4. transpose()



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

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



[jira] [Commented] (SPARK-9656) Add missing methods to linalg.distributed

2015-10-01 Thread Mike Dusenberry (JIRA)

[ 
https://issues.apache.org/jira/browse/SPARK-9656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14940093#comment-14940093
 ] 

Mike Dusenberry commented on SPARK-9656:


Hi [~GayathriMurali]. Yes, I am already working on this JIRA as part of the 
previous efforts on the SPARK-6100 umbrella sub-tasks.  The code for this and 
SPARK-6488 will be posted soon.

Thanks for reaching out!

> Add missing methods to linalg.distributed
> -
>
> Key: SPARK-9656
> URL: https://issues.apache.org/jira/browse/SPARK-9656
> Project: Spark
>  Issue Type: Sub-task
>  Components: MLlib, PySpark
>Reporter: Manoj Kumar
>
> Missing methods in linalg.distributed
> RowMatrix
> 1. computeGramianMatrix
> 2. computeCovariance
> 3. computeColumnSummaryStatistics
> 4. columnSimilarities
> 5. tallSkinnyQR
> IndexedRowMatrix
> 1. computeGramianMatrix()
> CoordinateMatrix
> 1. transpose()
> BlockMatrix (these may be able to be rolled into 6488)
> 1. validate()
> 2. cache()
> 3. persist()
> 4. transpose()



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

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



[jira] [Commented] (SPARK-9656) Add missing methods to linalg.distributed

2015-08-05 Thread Manoj Kumar (JIRA)

[ 
https://issues.apache.org/jira/browse/SPARK-9656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14658937#comment-14658937
 ] 

Manoj Kumar commented on SPARK-9656:


cc: [~mwdus...@us.ibm.com]

 Add missing methods to linalg.distributed
 -

 Key: SPARK-9656
 URL: https://issues.apache.org/jira/browse/SPARK-9656
 Project: Spark
  Issue Type: Sub-task
  Components: ML, PySpark
Reporter: Manoj Kumar

 Missing methods in linalg.distributed
 RowMatrix
 1. computeGramianMatrix
 2. computeCovariance
 3. computeColumnSummaryStatistics
 4. columnSimilarities
 5. tallSkinnyQR
 IndexedRowMatrix
 1. computeGramianMatrix()
 CoordinateMatrix
 1. transpose()



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

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



[jira] [Commented] (SPARK-9656) Add missing methods to linalg.distributed

2015-08-05 Thread Mike Dusenberry (JIRA)

[ 
https://issues.apache.org/jira/browse/SPARK-9656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14659047#comment-14659047
 ] 

Mike Dusenberry commented on SPARK-9656:


Great, thanks for creating this, [~MechCoder]!

 Add missing methods to linalg.distributed
 -

 Key: SPARK-9656
 URL: https://issues.apache.org/jira/browse/SPARK-9656
 Project: Spark
  Issue Type: Sub-task
  Components: ML, PySpark
Reporter: Manoj Kumar

 Missing methods in linalg.distributed
 RowMatrix
 1. computeGramianMatrix
 2. computeCovariance
 3. computeColumnSummaryStatistics
 4. columnSimilarities
 5. tallSkinnyQR
 IndexedRowMatrix
 1. computeGramianMatrix()
 CoordinateMatrix
 1. transpose()



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

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