I have a dataset which consists of 39k unique words, that means i should create a graph for 39k nodes and also the edges connecting the nodes to their particular document using tf-idf scores as weight, please help me on how the approach should be for creating the graph as i am running out of memory every time.
RAM : 16GB
I have a dataset which consists of 39k unique words, that means i should create a graph for 39k nodes and also the edges connecting the nodes to their particular document using tf-idf scores as weight, please help me on how the approach should be for creating the graph as i am running out of memory every time.
RAM : 16GB