Hi,
While grading compute_pca, only one test-case seems to be failing. But I can see the magnitudes are correct, only a couple of signs are different:
In the assignment notebook also, I have the exact same test-case failure:
I have de-meaned X wrt each row, and without magnitude scaling with std dev.
I have also tried with SVD decomposition and using XU formula. Still seem to be getting the same issue.