Skip to content
Snippets Groups Projects
  • MechCoder's avatar
    db2fb84b
    [SPARK-6227][MLLIB][PYSPARK] Implement PySpark wrappers for SVD and PCA (v2) · db2fb84b
    MechCoder authored
    Add PCA and SVD to PySpark's wrappers for `RowMatrix` and `IndexedRowMatrix` (SVD only).
    
    Based on #7963, updated.
    
    ## How was this patch tested?
    
    New doc tests and unit tests. Ran all examples locally.
    
    Author: MechCoder <manojkumarsivaraj334@gmail.com>
    Author: Nick Pentreath <nickp@za.ibm.com>
    
    Closes #17621 from MLnick/SPARK-6227-pyspark-svd-pca.
    db2fb84b
    History
    [SPARK-6227][MLLIB][PYSPARK] Implement PySpark wrappers for SVD and PCA (v2)
    MechCoder authored
    Add PCA and SVD to PySpark's wrappers for `RowMatrix` and `IndexedRowMatrix` (SVD only).
    
    Based on #7963, updated.
    
    ## How was this patch tested?
    
    New doc tests and unit tests. Ran all examples locally.
    
    Author: MechCoder <manojkumarsivaraj334@gmail.com>
    Author: Nick Pentreath <nickp@za.ibm.com>
    
    Closes #17621 from MLnick/SPARK-6227-pyspark-svd-pca.