code :
import numpy from matplotlib.mlab import PCA file_name = \"store1_pca_matrix.txt\" ori_data = numpy.loadtxt(file_name,dtype=\'float\', comments=\'#\', de
If there are no inf or NaN values, possibly that is a memory issue. Please try in a machine with higher RAM.