Tagged Questions
2
votes
2answers
1k views
k-means clustering implementation in python, running out of memory
Note: updates/solutions at the bottom of this question
As part of a product recommendation engine, I'm trying to segment my users based on their product preferences starting with using the k-means ...