I have a dataset of 90000 rows and 200 columns. I trying to form clusters. I have reduced the size using pca. When try it in python I get MemoryError. I understand the problem is because of the no of rows. How can i cluster this dataset
I tried different dimensionality reduction algorithms like pca tsne kernal pca.