networkx / networkx/nx-parallel
Implement parallel closeness_centrality
Open
- Dominant language
- Python
- Stars
- 71
- Forks
- 37
- PR merge metrics
- No merged PRs in 30d
Description
I would like to implement closeness_centrality using the joblib backend.
This is part of the work tracked in #82.
The implementation will be similar to the recently added harmonic_centrality.
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.
Research direction
Start by reading the implementation of the recently added harmonic_centrality and the work tracked in #82. Inspect linked pull request #72 to understand the current state of closeness_centrality work; done means the algorithm is implemented using the joblib backend.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100