derek-saal
Results
2
issues of
derek-saal
#### Description `get_neighbors()` is under `AlgoBase()` when it can't be used by all those that extend `AlgoBase()` #### Expected Results Consider removing this from base and implementing it where relevant.
I tried to run this in a google colab notebook: > !git clone https://github.com/yao8839836/text_gcn.git >import nltk nltk.download('stopwords') > !cd text_gcn; python ./remove_words.py > !cd text_gcn; python ./build_graph.py > !cd text_gcn;...