Skip to content

Conversation

@rezazadeh
Copy link
Contributor

Update the documentation to reflect the fact we can handle roughly square matrices.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you add a link to the scaladoc or the documentation for RowMatrix?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you give some high-level guidance on the scalability of our approaches / what sorts of matrices and values of k on which its appropriate to run MLlib's SVD?

@SparkQA
Copy link

SparkQA commented Aug 21, 2014

QA tests have started for PR 2070 at commit 6429c59.

  • This patch merges cleanly.

@SparkQA
Copy link

SparkQA commented Aug 21, 2014

QA tests have started for PR 2070 at commit 7ffa2aa.

  • This patch merges cleanly.

@SparkQA
Copy link

SparkQA commented Aug 21, 2014

QA tests have finished for PR 2070 at commit 6429c59.

  • This patch passes unit tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@SparkQA
Copy link

SparkQA commented Aug 21, 2014

QA tests have finished for PR 2070 at commit 7ffa2aa.

  • This patch passes unit tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we still need tall-and-skinny matrices for PCA.

@SparkQA
Copy link

SparkQA commented Aug 22, 2014

QA tests have started for PR 2070 at commit 3f34fc6.

  • This patch merges cleanly.

@SparkQA
Copy link

SparkQA commented Aug 22, 2014

QA tests have finished for PR 2070 at commit 3f34fc6.

  • This patch passes unit tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@atalwalkar
Copy link
Contributor

Aside from the one issue of $U$ being the left singular vectors, this looks good to me.

@SparkQA
Copy link

SparkQA commented Aug 23, 2014

QA tests have started for PR 2070 at commit 826b8fe.

  • This patch merges cleanly.

@SparkQA
Copy link

SparkQA commented Aug 23, 2014

QA tests have finished for PR 2070 at commit 826b8fe.

  • This patch passes unit tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@mengxr
Copy link
Contributor

mengxr commented Aug 25, 2014

I've merged this into master and branch-1.1. Thanks!!

@asfgit asfgit closed this in b1b2030 Aug 25, 2014
asfgit pushed a commit that referenced this pull request Aug 25, 2014
Update the documentation to reflect the fact we can handle roughly square matrices.

Author: Reza Zadeh <[email protected]>

Closes #2070 from rezazadeh/svddocs and squashes the following commits:

826b8fe [Reza Zadeh] left singular vectors
3f34fc6 [Reza Zadeh] PCA is still TS
7ffa2aa [Reza Zadeh] better title
aeaf39d [Reza Zadeh] More docs
788ed13 [Reza Zadeh] add computational cost explanation
6429c59 [Reza Zadeh] Add link to rowmatrix docs
1eeab8b [Reza Zadeh] Update SVD documentation to reflect roughly square

(cherry picked from commit b1b2030)
Signed-off-by: Xiangrui Meng <[email protected]>
xiliu82 pushed a commit to xiliu82/spark that referenced this pull request Sep 4, 2014
Update the documentation to reflect the fact we can handle roughly square matrices.

Author: Reza Zadeh <[email protected]>

Closes apache#2070 from rezazadeh/svddocs and squashes the following commits:

826b8fe [Reza Zadeh] left singular vectors
3f34fc6 [Reza Zadeh] PCA is still TS
7ffa2aa [Reza Zadeh] better title
aeaf39d [Reza Zadeh] More docs
788ed13 [Reza Zadeh] add computational cost explanation
6429c59 [Reza Zadeh] Add link to rowmatrix docs
1eeab8b [Reza Zadeh] Update SVD documentation to reflect roughly square
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants