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
Small performance issue I think — when I have multiple lists (say over 8-10), the get_nodes_and_edges and get_nonzero_nodes_and_eges takes a lot of time to run, probably because it takes all possible intersections (2**n_sets), ones which are not even present in the dataset. Any workarounds?
The text was updated successfully, but these errors were encountered:
Small performance issue I think — when I have multiple lists (say over 8-10), the
get_nodes_and_edges
andget_nonzero_nodes_and_eges
takes a lot of time to run, probably because it takes all possible intersections (2**n_sets
), ones which are not even present in the dataset. Any workarounds?The text was updated successfully, but these errors were encountered: