You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What does this statement mean ' cdef double[:, ::1] Y = Y_np ' ? Why can't we directly use Y_np?
In line 338, Y_np -= np.mean(Y_np, 0). Shouldn't this be Y instead of Y_np?