--> 758 data_imputed = diff_op_t.dot(data_imputed)
760 # fast magic
761 # a while loop is used when the dimensions of the diffusion matrix
762 # are greater than those of the data matrix, or when t is not specified
763 # (so as to allow for the calculation of the optimal t value)
764 else:
765 i = 0
MemoryError: Unable to allocate 276. GiB for an array with shape (161877, 228942) and data type float64
Hello, Thanks for this great software !!! But I run with some errors:
Code
:Error
:Could you give some suggestions ? Thanks !!