Raphtory icon indicating copy to clipboard operation
Raphtory copied to clipboard

Internalise null model generation

Open miratepuffin opened this issue 2 years ago • 1 comments

Python Raphtory has a small module for null models which takes a dataframe and shuffles the data either by time or on destination - returning a raphtory graph.

This allows a user to run an algorithm on their real data and then compare this to a very similar graph to see if their results are significant.

An improvement to this would be to bring this functionality into the graph gen module in rust - this would allow users to call the desired null model on their graph and be returned with a new shuffled graph - thus cutting out the need for the dataframe.

miratepuffin avatar May 19 '23 23:05 miratepuffin

I'll try this.

DanielLacina avatar Jul 12 '25 02:07 DanielLacina