Don't think SVD is exposed via MLlib in Python yet, but you can also check out: https://github.com/ogrisel/spylearn where Jeremy Freeman put together a numpy-based SVD algorithm (this is a bit outdated but should still work I assume) (also https://github.com/freeman-lab/thunder has a PCA implementation).
On Mon, Jun 9, 2014 at 11:32 AM, Håvard Wahl Kongsgård < [email protected]> wrote: > Hi, is it possible to do Singular value decomposition (SVD) with python in > spark(1.0.0)? > > > -Havard WK >
