You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For map_str_edges, I think it will work with edges containing nodes as objects other than strings. Should we make this more clear in its name and docstring. Something like compress_edges_with_int_ids?
For "bipartite" argument docs, can we have the first sentence be:
Use bipartite=True when the edges' source and target nodes are different types. Use bipartite=False when there is no distinction in the type of source and target nodes.
Is it easy for users to go back to pre-condensed node ids? It seems like the users need the inverted dictionary for {'a': 0, 'b': 1}, {'a': 0, 'b': 1}?
For
map_str_edges
, I think it will work with edges containing nodes as objects other than strings. Should we make this more clear in its name and docstring. Something likecompress_edges_with_int_ids
?xswap/xswap/preprocessing.py
Lines 41 to 110 in 06cf520
The text was updated successfully, but these errors were encountered: