benedekrozemberczki / GraphWaveMachine

A scalable implementation of "Learning Structural Node Embeddings Via Diffusion Wavelets (KDD 2018)".
https://karateclub.readthedocs.io/
GNU General Public License v3.0
182 stars 33 forks source link

added sorting ability for node names #4

Closed lewisrb closed 5 years ago

lewisrb commented 5 years ago

Should fix the issues brought up in https://github.com/benedekrozemberczki/GraphWaveMachine/issues/3 (I lied when I said I didn't have enough time...)

Only breaking change could potentially be the inclusion of an index column within the output csv file, but could be added as an additional option to remove this.

benedekrozemberczki commented 5 years ago

Thank You!