Creating & handling large matrices in python?
I need to create a large matrix of size 400,000*400,000 and do some transformation on it. I am not able to do it using python in my laptop due to memory constraints. What technologies I can use to achieve this?
Topic matrix feature-engineering tfidf
Category Data Science