> The other packages are nice but I would really love to just use scipy/ > sklearn and have decompositions, factorizations, etc for big matrices > go a little faster without recoding the algorithms. Thanks
If you have very big matrices, scikit-learn's PCA already uses randomized linear algebra, which buys you more than GPUs. Gaël _______________________________________________ NumPy-Discussion mailing list [email protected] https://mail.python.org/mailman/listinfo/numpy-discussion
