Four out of Six on compute_pca

Hi:

I received four out of six on the compute_pca(). I have been reading the associated posts and found them helpful. However, I am not sure where I am going wrong. For instance, a suggestion is to ensure that eigenvectors are sorted by column. I thought the [, : indices] did this? My lab id is isitxkmp

Thanks,
Drew

Not sure if this is straight from your code or a typo from creating the post, but pretty sure the hint uses x[:,indices] where you have x[,:indices]

The Python slicing of those two is not equivalent

Hi @ai_curious:

Unfortunately I made a typo. I submitted and passed. Still I would like to know the problem.

Cheers,
Drew