Alex Barghi

Results 75 comments of Alex Barghi

We closely integrate with the GNN frameworks DGL and PyTorch Geometric, which have node2vec and metapath2vec implementations.

Not planned; we are not converting the examples to notebooks.

`with_edge_properties` and `return_hops` are deprecated in PLC

I think there are also some functions hanging around in the C API for sources/destinations/indices which are deprecated.

@seunghwak we can start out just supporting COO for now and figure out CSR later. But I believe we would have a separate CSR per _edge_ type. Every edge type...

I don't think we need this? We're adopting the new approach in PLC where we can pass in a vertex list which takes care of the isolated vertex issue. I've...