text_gcn
text_gcn copied to clipboard
Calculation of tf and idf
Hi Liang,
I noticed that you built your graph by writing your own subroutines to calculate tf and idf. Is there a particular reason (maybe memory usage or compatibility with the sparse matrix?) that we don't want to use scikit-learn to extract the two features?
thank you
Hi @shun61,
There is no specific reason, I just want to implement it myself to fill in the sparse matrix.