Alex Barghi
Alex Barghi
We will look into this.
We closely integrate with the GNN frameworks DGL and PyTorch Geometric, which have node2vec and metapath2vec implementations.
Related to #4201
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.
I'll look into that and see if that resolves this. Thanks.
This has been resolved.
@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...