text_gcn icon indicating copy to clipboard operation
text_gcn copied to clipboard

Calculation of tf and idf

Open ixnuhs opened this issue 5 years ago • 1 comments

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

ixnuhs avatar Jul 05 '19 23:07 ixnuhs

Hi @shun61,

There is no specific reason, I just want to implement it myself to fill in the sparse matrix.

yao8839836 avatar Jul 08 '19 02:07 yao8839836