How to find non-orthogonal bases of a data matrix in python?
I have a data matrix of size mXn. I want to know how to find a set of non-orthogonal vectors of the matrix where each vector is of size mX1 and the number of basis vectors, say k << n, in python.