CSRGraph
CSRGraph copied to clipboard
A tiny library for large graphs
Hey, just a headsup. csrgraph/version.py has a hardcoded old version made me spend half an hour to realize I already was up to date
There is a package named `ge` in the python but no where to find ``` from ge.classify import read_node_label, Classifier from ge import Node2Vec ```
Hi I am searching for a quick way to do random walks and saw this package that claims to be good, but when comparing it with naive python approach, the...
Thanks for the great work on nodevectors & CSR graph! I encounter an issue while using nodevectors, but it turns out it's a problem on sparse matrix generating process. Error...
I like your idea. I was using Networkx and it just hogs all memory, I was looking for a python graph library for large graphs and I saw this library....
Hey! This is not an issue but rather a suggestion :). From what I understand, you walk on a graph by randomly hopping from one node to another. You do...