Make utils for generating dgl
or pyg
graphs from processed data
#221
Labels
enhancement
New feature or request
dgl
or pyg
graphs from processed data
#221
Some current graph
transforms
methods directly save the processeddgl
graphs in.uns
. The limitations for doing so aredgl
vs.pyg
) to use in the downstream model..uns
is not a good place to store large dataSolution
dgl
orpyg
graphs given raw feature, edge data, or adjacency matrix.fit
function and construct the graph using the appropriate framework within thefit
function.The text was updated successfully, but these errors were encountered: