Github user mengxr commented on a diff in the pull request:
https://github.com/apache/spark/pull/2070#discussion_r16523887
--- Diff: docs/mllib-dimensionality-reduction.md ---
@@ -119,14 +137,13 @@ statistical method to find a rotation such that the
first coordinate has the lar
possible, and each succeeding coordinate in turn has the largest variance
possible. The columns of
the rotation matrix are called principal components. PCA is used widely in
dimensionality reduction.
-MLlib supports PCA for tall-and-skinny matrices stored in row-oriented
format.
+MLlib supports PCA for matrices stored in row-oriented format.
--- End diff --
I think we still need tall-and-skinny matrices for PCA.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]