0

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.

2
  • All of the the dim reduction algorithms give you memory error? If so you need to provision more memory to your environment (memory collection, buffed cloud instance, cast your data to lower precision). Commented Jun 21, 2023 at 15:12
  • Please provide enough code so others can better understand or reproduce the problem. Commented Jun 22, 2023 at 5:33

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.