SciPy - Sparse Linear Algebra
You have a sparse matrix
A of shape (20000, 10000) representing user-item interactions. You want to extract 100 latent features using svds. Which approach is best?