I am working on a project where my dataset is large and contain 300k rows, but the issue is that whenever i run agglomerative clustering it always give me memory error. Is there any way to resolve this issue.
i have tried different techniques including:
- increase virtual memory
- reduce data types to float 16
but still memory errors