When attempting to convert a sparse matrix to a numpy array (using the toarray function), I'm getting the following error:
array is too big; arr.size * arr.dtype.itemsize
is larger than the maximum possible size.
The size (shape[0], shape[1]) of the SciPy matrix is 15,561, 22417.
Any ideas on how to work around this?