The wall time for the below code is 7.05 seconds using the jacobi solver, and 4.94 seconds using the full solver. I tried fiddling with the tolerance and iterated power to increase the speed of jacobi solver, but I had to really up the tolerance (1e-2) to get jacobi to be only slightly faster than the full solver (4.59 seconds), at which point it isn't worth it.
I'm running this notebook for PCA with the following parameters:
The wall time for the below code is 7.05 seconds using the jacobi solver, and 4.94 seconds using the full solver. I tried fiddling with the tolerance and iterated power to increase the speed of jacobi solver, but I had to really up the tolerance (1e-2) to get jacobi to be only slightly faster than the full solver (4.59 seconds), at which point it isn't worth it.
The documentation says jacobi should be much faster, right?
Here is the output of
conda list
: