Internalise null model generation
Open
@narnolddd is already working on this.
Since May 19, 2023.
Enhancement
Network Generation
Python
Rust Core
- Dominant language
- Rust
- Stars
- 642
- Forks
- 70
- Avg merge
- 2d 13h
- Merged PRs (30d)
- 21
Description
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.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.