evolocity icon indicating copy to clipboard operation
evolocity copied to clipboard

Random walk groupby and scipy sparse indexing

Open brianhie opened this issue 2 years ago • 0 comments

  1. Random walk only works with groupby, fix to allow for a random walk on the complete graph: https://github.com/brianhie/evolocity/blob/07d8ea1cc191dafd16479b2e409d7654f8d8a1d2/evolocity/tools/random_walk.py#L90
  2. Scipy sparse indexing is broken, perhaps due to updates in underlying package but still investigating: https://github.com/brianhie/evolocity/blob/07d8ea1cc191dafd16479b2e409d7654f8d8a1d2/evolocity/tools/random_walk.py#L106

brianhie avatar Dec 01 '22 17:12 brianhie